File: /home/kohlsol/public_html/academy/wp-config.php
<?php
define( 'WP_CACHE', true );
//Begin Really Simple Security key
define('RSSSL_KEY', 'Y3Dv3jPqQMjMwrkhf5w2Db5oVgNXea5eNAPVW2XJKjnfrnN7DrBHlpfAD0lPqG6M');
//END Really Simple Security key
/**
* 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
* * Localized language
* * 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', 'kohlsol_wp_gpu0y' );
/** Database username */
define( 'DB_USER', 'kohlsol_wp_q7aqs' );
/** Database password */
define( 'DB_PASSWORD', '9rKNQ@BE_?Rmb78i' );
/** Database hostname */
define( 'DB_HOST', 'localhost:3306' );
/** 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', '+ZCkE2~j6M9CV00Wqj02!1qr5!Jn@/3~x608y7DMMUie&~I/G1M45RN6[~5SI6_h');
define('SECURE_AUTH_KEY', 'HccF8K(O6Q%:zgj+o5702ZJK#mIKZ9MZbkp0TdVD_m135B!99:[1%&AeZSx_G_Y-');
define('LOGGED_IN_KEY', '28;@x@J):J%h:4CWX@JXQ0:3y31&Sxat;Thu7O#9G-A6864f#_z74@aVb53I97Z(');
define('NONCE_KEY', 'd7%0!cr1I4Z]yGhNvciV|g-8(:#3-4%3sr/9w#rCTpif6w|WO0aE|EQ5&73[b-JA');
define('AUTH_SALT', 'l[#990Yx0/lT2417622[_25YtMENtAMy:[gqP@+02OwU~d6(!Y0;d+-~-U2MUjE7');
define('SECURE_AUTH_SALT', '*ac&0DJjL7(dcmZ*)JGyzYQS5PW24zW0K/(wk*Qu%Y]/eb75H&u&nq;G4yW9uw#b');
define('LOGGED_IN_SALT', 'Onqn2(6e1UaHa1E#!#0he(@NaW+Cs_f%~H+7gR/LVUl_pY77)8J!WiB:1d*[hQ-F');
define('NONCE_SALT', 'j5BpW:y4EarMc2GNqj2:#30&E3IwFiRg;#6mjCN3i3/~l#wP9u9c0j88%PPh#dq;');
/**#@-*/
/**
* 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 = 'nxSncz_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', false);
define('WP_AUTO_UPDATE_CORE', false);
define('WP_MEMORY_LIMIT', '256M');
/**
* 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/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
define('FS_METHOD', 'direct');
define( 'WP_DEBUG_DISPLAY', false );
/* 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';