/** * 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 * * 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', 'uthernv6_WPCHI'); /** Database username */ define('DB_USER', 'uthernv6_WPCHI'); /** Database password */ define('DB_PASSWORD', '}:k0&=IBW:bUJD_Vv'); /** Database hostname */ define('DB_HOST', 'localhost'); /** 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', '88b7b9ce3a37996dd978034050fbd12e1cb6b4ba86aba5095c3a37258d3aa0b7'); define('SECURE_AUTH_KEY', '27e70fe1b0a426acf27abc96aa9612a813e3f95d93a79ca794402905dbb293c7'); define('LOGGED_IN_KEY', '5801cd15465174fc653c1a62a154d1cf9dd369b2f2f4db583412513cc09fcf6d'); define('NONCE_KEY', '126b94492a932540b4d55c985d808f9ec6b47208415d6e2d44d11e0057c50de8'); define('AUTH_SALT', '56bfe0327d3b320966395624ef9a62e363a581f7d0feb86acea7c5bf35e81aa1'); define('SECURE_AUTH_SALT', '704a8d467fbf5b2b1e3ac33866a6c049bb2c0ecf4fc55a0f276f178ba87b292f'); define('LOGGED_IN_SALT', 'ea2535609afcab23cb75703e5ce9cbd6db6eaefe44ea223d832b35d0a159ce78'); define('NONCE_SALT', '731a4cc6b2230e85d52d071a3efc380359695a56faa2408f5ec8a6cf91ad227c'); /**#@-*/ /** * 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 = 's4E_'; define('WP_CRON_LOCK_TIMEOUT', 120); define('AUTOSAVE_INTERVAL', 300); define('WP_POST_REVISIONS', 20); define('EMPTY_TRASH_DAYS', 7); define('WP_AUTO_UPDATE_CORE', 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/ */ 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';