View file File name : wp-config.php Content :<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'guideinstitutsbe_wp_8p1hs'); /** Database username */ define('DB_USER', 'guideinstitutsbe_wp_e6mmc'); /** Database password */ define('DB_PASSWORD', 'O4I&59X~Wj?@*Pr^'); /** Database hostname */ define('DB_HOST', 'localhost:3306'); /** Database charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', '5]&lo:ZVL3;PNWG~-8H;5k%h(88m&;aY0QcUa+B|Ar)C75M97aEd3)[8-YHKYV(+'); define('SECURE_AUTH_KEY', 'L-t*5W+)0[X8B%&1W3MqW;;q~Nu%*r[;tN!ve_&1[h]96*A0wX6k1*2|wmO-;l89'); define('LOGGED_IN_KEY', ':ICbA/8XWTc+L-9J/-3#5F@_~~&3TW13u[r0;Jy1[e667xvw74Rf5RU&a;32J;s8'); define('NONCE_KEY', '5AAKG#)4z:RB633CKwy2)fz[H79H4r2N-42*@pjzCfY2!vcg9*Tvl-UJI0(&Y]1H'); define('AUTH_SALT', '*NX+3M3j10mMuENA|v110)J2;tMAN!l|Q8[7Ed:-BpK#88Y7vlqX@UdsjvC~m8U6'); define('SECURE_AUTH_SALT', '*d_+V&ONi8+fv02O*Mmsw6n_|@f&;qz1[Q)kvid]xfyKf/rN3h*|+B#b[[H!iD#9'); define('LOGGED_IN_SALT', '22i@4D6V9Uv!:2rv%74@_&7o)i%%szwf5KWJ4*h2aKCoo_3H9)y]Qk*E[s~a1&[4'); define('NONCE_SALT', ')zji6oS(5iv4pfEeR0ft5R6R9%EN]&EV0a4/X@78|rU%+!/JG59~(cCm5|*m-h5O'); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'N6pD2RbJl_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_CACHE_KEY_SALT', '0b81628774e0e5443a2f364c19b8869c' ); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';