tPC4YnOtU#1>tl}!-.~-:F;V#V( w(Zt-/+_-E*% _4G}x+]a8%~c)_+'); define('LOGGED_IN_KEY', 'y}F+uL1k+Y]w Y*qLG3]|bp2Rgodyz0d=@FGTH0(;_gr H-=G;}+d,mHZzUtpk:ivMYO-OSD=z^nU&?DN'); define('AUTH_SALT', '7+lQ5DZXeTkG&U~z|e{Y9`Ou&|y=Lh)hg]/z$?g3oD9g-@s|>^4>.asy]&G=crkQugPPKW^0t/'); define('LOGGED_IN_SALT', 'mx5UBSh.{3Fh^V+?X)L@:1kNd%7`%*Hpm4zZS-UKW9Q9;l/p-=(p$Diro}l6jaV%'); define('NONCE_SALT', 'C7Ze-P1Xts-)#Qg7UIMeg..x9?u0h;Bd4Y`{~?sZ0BrR97KFhgB%X`=Lv#C,oya7'); /**#@-*/ /** * 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. */ if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; } if (isset($_SERVER['HTTP_HOST'])) { define('WP_HOME', 'https://' . $_SERVER['HTTP_HOST']); define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']); } /* 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';