ruạṛ
<?php define('WP_CACHE', true); // WP-Optimize Cache /** * 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', 'adaptiv2_juice'); /** Database username */ define('DB_USER', 'adaptiv2_juice'); /** Database password */ define('DB_PASSWORD', 'gx0U7l$4PACk~y40'); /** 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', 'o@kwG2o5/;2~jc*;34oB#3-7Z0tp):]0KLmU(dD2tS!cxb!0A0;1YKB~e303%5[l'); define('SECURE_AUTH_KEY', 'C@Gd%Q~wZWc#~J_1+DReA/4V5t9gAj6*7x3;&J3b;&K|2|53_wySx01H75F%Sd]:'); define('LOGGED_IN_KEY', '1([a8iH8KQ:mY[X|Ha)%zy|13Oc4Mjuzj+w+#_:ta0e)XY0612B:R_:LE(*qa9aD'); define('NONCE_KEY', 'm3Ma1NR|_5smQR~MN06kHDs49[6F[|-0wr]iZ(90@Kr4%q453l7+Y~_+9:oxHjvN'); define('AUTH_SALT', '96~RrT5+Og41Ws9LMj*Kj3-0[xh!9Z%+G-kqTr9%U(5Sl@q1eAOI1bJ4i&a[)/g|'); define('SECURE_AUTH_SALT', '87[)o|Bd5VuE[S7hmHXs++(TYUU#6(iq671ZF78lmgZ:Grpud9*2lx(djh(j95EH'); define('LOGGED_IN_SALT', 'MY67zD08L0v~+ZE|CV!q6!1+)3C%Z+(E416-ZQp2:Mo_3a2B5_PS&-H!M26~qkVM'); define('NONCE_SALT', 'Md:bf2rFuQ4#@Fye[)B~LGzh/1Gol_4)5q2v0lxL;8&%ltp/dX|~LYhp3a7#!+D1'); /**#@-*/ /** * 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 = 'wp_'; /* 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_CACHE_KEY_SALT', '5ca3860c3727362359c063f2dfc848f2' ); /* 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';
cải xoăn