' ); define( 'NONCE_KEY', 'oW{L-|WgT=}c>=h0EX#kSr2UNa~dI] a52YrYAAuGd{K=.zN8QSRx-]I_U^Bo3^|' ); define( 'AUTH_SALT', 'lG.2]re6L4KwO0C{u_Py[B?,uFA*#axL0<&n%q/4W+b8&A.]/?WfQ#brOtQWPJn}' ); define( 'SECURE_AUTH_SALT', '{SUy3yj/z)aD,9gZqv?my~B6Bz<>;.*a`]4Qgv9tgWQ7]^p[d%pVs$@6Y0.KP8L?' ); define( 'LOGGED_IN_SALT', '4PfUF*PY2DT47&*9VagJ%f8Ve7;1[&07N?]R8FFE%iVl;A4qvV4{j;*#U6fj/n.5' ); define( 'NONCE_SALT', 'f6`UeGyNB73u4&/UHCxtTYxwsc#m-oH@X h]Dm,2k}a8H&tf1[eQ' ); /**#@-*/ /** * 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', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_REPAIR', 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';