?php define( 'WP_CACHE', true /* Modified by NitroPack */ ); /** * 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', 'emtvonlinetest_wp_wcxui' ); /** Database username */ define( 'DB_USER', 'emtvonlinetest_wp_zmlwy' ); /** Database password */ define( 'DB_PASSWORD', '%J5Z8yf@4@8_K5l~' ); /** 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', 'rKR#01~zb7kbM31sp2G(imL!K3/;2_18G;m_Hr8~Pe:(6;730ZJ:THT2W4:88GUO'); define('SECURE_AUTH_KEY', '344]h*62)a2I[5l7BDXT;Uz][Dd]4h9#K97V43[O)TTZX24bOQ!zZWn@T2i*lOM0'); define('LOGGED_IN_KEY', 'p0h3qd6G;k#*27Y5e%Y1Y7JJPJ#%u3~Yutj*-1dV%+N4byITu|ykg!_e4oS*:cs9'); define('NONCE_KEY', 'QkK8P(O99Ss%RT8/r|ZBn1uU75n16[;w2Cr6v~oK)e591/5_M*(0Vo6xQ*xXI8##'); define('AUTH_SALT', 'xOx6(3L373F1la3)U/4L[6P5snzJP7e-e+f28SVQNW;m#/3@y6s!+llS-U+m749x'); define('SECURE_AUTH_SALT', 'evp]&+EPfV1a#h&|5j23~g@_(k(/c3uE67%9a+vJr_q9JME8[ta5s6%K@%V0ilv)'); define('LOGGED_IN_SALT', '!jehdNXW9vU)05%(cgMOSkq;9drxh*|vW[14h1yU6vU(~&DskGt8ITm+35*J4:(A'); define('NONCE_SALT', '4ZNk_:9_K3B0k|WSj/0&3/bIuBJ&g1l2HMg7*#bV+)J3EHl(v!Fw7zz1M94_+I]5'); /**#@-*/ /** * 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 = '2wIE7KlPe_'; /* 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 ); } define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); /* That's all, stop editing! Happy publishing. */ define('WP_MEMORY_LIMIT', '256M'); /** 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';