yG~uYp?W2}' ); /** 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', '03-iO4.1-ni:2G*H7sP|#}=PG6w[EW4$Lh[,i xMcU8XNF-vj5+?SLevrOA3.J]xdU!}MWa0V#{B4*@[' ); define( 'AUTH_SALT', ';9JZY-b,h!1%@G?UOrol0:o4N*f(;I3#&SbG.5d5TP~q!S1L7Rk,i{{b3r~|.@:&' ); define( 'SECURE_AUTH_SALT', 'BAHJ%9,T7+{e!~;mt+QfXlSui=VG,oFyO;T}2=TyWT7LHfi[lsug]5Z$3C4@*n78' ); define( 'LOGGED_IN_SALT', 'er=G[#C`!DJ =&1;/e3X0rQ+ 91;;!=[4AA@C7e:qm1d=II`6geak@B!Q 7}h200' ); define( 'NONCE_SALT', 'w&q/Opc*+[oy7iOFjJMI@;]?KNlNN``2t~@R]I)u!>kXml;YIwIiY3@b#~bzrU0(' ); /**#@-*/ /** * 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_'; /** * 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/documentation/article/debugging-in-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';