ETq^G' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', '_4%Gz|_)vio`tQ$7BF(~$T~)nex{zX-+^2L0[8f@UQ/[Bm9R{>AFNtRBmx2Hp|M@' ); define( 'SECURE_AUTH_KEY', '|k!;bUo8%KkhyMJ>0!EcH=9Nr)ykS_mF[inJbwik]Q(m#@?M]48(HeUrS#wwQyvd&f_6szG!#pwLP@6;=tg9O$' ); define( 'NONCE_KEY', 'lJ3Ulw1J[LY|CYyAn4wgKiinAu%}ql.k GsU(8?l?)D%zb`[3,xF/qp^H7{bs|CW' ); define( 'AUTH_SALT', 'W]#8R(J)3!l1>m3>n/<{8@hJtD?6|a12/Mj2rq?RA-2/s`s~y&knXEm~v;rHTe}/#uTQwg(O^2ZzoU_AI/?>r/DKC0o@VaJU(f$E[rQ<@m|]{ q`lT@l@' ); define( 'LOGGED_IN_SALT', '=%;d&e.afP)F~(Xhso4z&`-aliE{Y2z%PZ}?YdcOlclZK{C@7wg#ZdBMl)sR8%+H' ); define( 'NONCE_SALT', 'o$QpJ0n$_Cms,El(dfi`cB&}VPd$yI;AN~6@&XV5uq)x4AAUxcs@zo+,a)c=N/Q6' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $table_prefix = 'wp_'; /** * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';