/** * 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', 'learnin_wp_4bhxv' ); /** Database username */ define( 'DB_USER', 'learnin_wp_noqte' ); /** Database password */ define( 'DB_PASSWORD', 'B@lAq6$$o0_6NsIW' ); /** 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', '' ); define('WP_MEMORY_LIMIT', '256M'); /**#@+ * 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', ']Oh~12L8~K8clxqJ]1!fg5a8*3f+3jO98-1LD87DOC%EoeXO9Fwk#z%&;4vJi[#j'); define('SECURE_AUTH_KEY', '6Il9JU&f%*urz0NH6@&*P+p%cG%~3g&)gGK78HY8|ydQ%6Ckc!X6&|/ce90%(*31'); define('LOGGED_IN_KEY', 'H8/0xd@R4kC7K1%tcXMs9d|00b~x~Q505HDQNFj]EE9H)Xq*p%!-@V4:_5Iz&aJD'); define('NONCE_KEY', '1z2p0C0s9]9;1_ZdP]Fp65uSY7p)Fby-G~5QoK4tEyh3v290bb/0~cRWMcH|%Qgu'); define('AUTH_SALT', '7b4H+4l_2j50[hk8(/HD7e7Wx0gNkb#@[v5DC@&ExU&FbU7B9c:vGqcp9(H#z5)L'); define('SECURE_AUTH_SALT', 'kItBz079-0Prw~rZ(y:8Q/B)F0k8gM(|~1p|6IF%1UI0802QrFF8MX0C3]coJ;oa'); define('LOGGED_IN_SALT', 'OblHZ;-Rl)+(8)l7_79Gs&lci%~1j&@9r;[yo3SO+|Zi1!x;2Zb01ZtN#o(4dWZ7'); define('NONCE_SALT', '66BMNF_!Su+)6T/Zy7#9P7IbI9]Cf&4~m30z3e8];[0RAkHULTaDk4:dKKx3)yiu'); /**#@-*/ /** * 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 = 'I8o7rvafZ_'; /* 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', true ); } /* 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';