File: /home/kohlsol/public_html/solucaodevalor.com.br/wp-config.php
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'qrgpcug2pxpZbJOYRxTNCoOGm4MSc1jjCCcPFPZOyY7oIJ8SAPMEP7KDVCVqPqhd');
//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_kftjr' );
/** Database username */
define( 'DB_USER', 'kohlsol_wp_fsjrd' );
/** Database password */
define( 'DB_PASSWORD', 'k4u1c?wg5Oi_?iMk' );
/** 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', '|+J84%jG90N_V5zKH~rd3tnm%PpTDEPZ20]2*3n&Tng+-#|36H8k5)0a*OY!Yh0;');
define('SECURE_AUTH_KEY', 'FYa0I|G(6%xk9+:1U[j3YJW8lwJtpp;M4|(09:G698ijSyY8#0mh3e%Eb%bkPe8g');
define('LOGGED_IN_KEY', 'Ps!+7P2W|DeKu/Rk%mIE@0*]x+vuV[0kJ+G73|E2dI)830gqb5~8!7T*_M@nb/yk');
define('NONCE_KEY', ']AKX599D:w9YM(U52:h5#93VmVP2W-zxu!1BRCz6D869*n+gP]Co&7K+%72%E5uS');
define('AUTH_SALT', 'RB]81h_G3kz~g3K1[sbHpOty5tT;/~2Y#kUj_VEv64_G46@3!1fk23uH!uW8#mlo');
define('SECURE_AUTH_SALT', 'i260g5%Q@ecr!28e-oz-F2lzqORZ|_8f!u2)%68x5M98VA_~7k-5G4TR5%TBby%4');
define('LOGGED_IN_SALT', 'y/KE%oOly8%o_d5hwjtDa7@3h5f*kJkW):SAAsne|Svr:-p!UUE1ex6QJVt30F1_');
define('NONCE_SALT', 'U%mIS51Bo1480tB7CZ4]~vDkr649#p6)mjMw5@VFDV7qYk~b4B;)9VFZ697G@38G');
/**#@-*/
/**
* 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 = 'mdmG2Ig_';
/* 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';