File: /home/kohlsol/public_html/dpo/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'ifl8C2AqqGkINRwcVJG405DXxuibUQd02adlux69SeCUXlI7tmhOBmqrBKVqSlKp');
//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_nmm7q' );
/** Database username */
define( 'DB_USER', 'kohlsol_wp_tetqb' );
/** Database password */
define( 'DB_PASSWORD', 'e#Sv_4da3vG41jZw' );
/** 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', 'cC%q|[(_A[)t&9*jk7~1J35~81b%#s53Z[0tl7#9w%1ep(O%cmjg!CqjuxD0r&@#');
define('SECURE_AUTH_KEY', '282I/z0XmpHSMb)#6-d2&&|49qXU-P3/18LWsE2c|f9U33J[0;O31[0J5)YZz!Cm');
define('LOGGED_IN_KEY', '[A7;g(4/S]2f5O:67ex8|G0i6b+Pyfs3AFEM35pC~s82Y[g3RrMP(LEc)58y48/;');
define('NONCE_KEY', '074V9v~y2UF)6O@tRTD!]|[6R5;297(1qc5mWgR81HN1~FGl!T_b]54n!5aUwVt;');
define('AUTH_SALT', 'G]n8CL6o5[6;1!N|IJyH3J)#9j;4~|27:hdnt@7)wP-#+*+j408D83[vT)%)467;');
define('SECURE_AUTH_SALT', '445i_:qX11u3~7#qRQ&Mr6D&a+H-1;mU~A|9|)K&6SpJfv(SsB*/(b]Di@@cfP6;');
define('LOGGED_IN_SALT', 'R5XJd59N_Eq8JS]%176fK~b0BcA#i)]2E!S/2j;pW0l0Hb9]-9-Gpl8zMZ0c|V@@');
define('NONCE_SALT', 'LZUvk%|aWl;8PskaN|5P5/5@2ZGOACsT08ffT|)S3&9R5wr4X4MSrcd!CNH;X/o_');
/**#@-*/
/**
* 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 = 'fAJNu_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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 );
}
/* 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';