File: /home/kohlsol/public_html/paguerapido-sub/wp-config.php
<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'aasfUuLdTGQCvL0fc7mfGDoQTpAavHVc6UlKHVdh7VvV2Ez0NpTBjUllgP5vXpAQ');
//END Really Simple Security key
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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_a6ouu' );
/** Database username */
define( 'DB_USER', 'kohlsol_wp_j0wtc' );
/** Database password */
define( 'DB_PASSWORD', '7l0%N#MKO@m7~h_o' );
/** 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', ':l)IHqee:W64Ez/|R-|p(JS:3_/2M95[IHq6B6:8|q&SE06m84;/b1pL+csG;an(');
define('SECURE_AUTH_KEY', '[Q]n[53Ke0W#(niS2(#99+!8r215HxPKB;5|;/1I#!G)~2s#7syZGBCyajo1i*l~');
define('LOGGED_IN_KEY', '9AAe]vfQ%+2p*wEGh4p7]5)2ZL0j9Qpj~H2vi_e65jT|L9@A9E55sE|27v]@!9]E');
define('NONCE_KEY', '1l7(Y15lGHY6WyM/Du/c@sz:(*Tl_2Z8Z05ip5)1)hl5ke(zgyWYp3#qB0~mUTpI');
define('AUTH_SALT', 'S3D%@!HblCDXCd6Lq(x]##P86xk0Du(4117apx7B~nO8Hj7Q)9_YYyop3o[T4zwz');
define('SECURE_AUTH_SALT', '~]70:JI%K~0*e0]wUQ#M)3ykzuUF7b]cC))p|Da!I5S1BgAs4727ZC5yS&:]j*@3');
define('LOGGED_IN_SALT', 'jm64f#R7+]gD9Lya)Sq#*maBDwle!s8DV33Uu6TR(;D!7|7~920r;h38Ed|45tBK');
define('NONCE_SALT', 'x0uf|JxaL517b9[e!eOB5S+7IrKm@30XfCt&[[0Ft3/]1gg1|&)|l_+Ww6hVc8Z_');
/**#@-*/
/**
* 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 = 'k272dfaAm_';
/* 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 );
}
define('WP_MEMORY_LIMIT', '256M');
define('WP_MAX_MEMORY_LIMIT', '1024M');
/* 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';