File: /home/komedi88.net/public_html/wp-config.php__ad91225
<?php
define( 'WP_CACHE', true );
/**
* 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', 'VKr0n3gR7v1t3a' );
/** Database username */
define( 'DB_USER', 'VKr0n3gR7v1t3a' );
/** Database password */
define( 'DB_PASSWORD', 'KCQroIL2mqMrtq' );
/** 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', 'dqc>]jAG_~c?DT7 ==?5;9QGo6~c.ReXU=+ZgQ!-G#X{8gL+ic!~U;_!3jy~6,|v' );
define( 'SECURE_AUTH_KEY', '/q IpTN1M+o}@+BJ@[2j%Fe-aW$Cn8&+Oklw0~-1pWM*wN&ut-PBSm0kVg|+ HYC' );
define( 'LOGGED_IN_KEY', ',V)zX^<%W>s[dQGSURmizty8ksp4L]Rha:@ Yl^rca0RacnG_RZ;^+Y2w ]z$ci@' );
define( 'NONCE_KEY', 'TkuJfJ:+rEhG!VzoHC_EytQ+;5c5eeLNC,Z^tX(|>6g.KVV?@*-pW3#p]L~q1fbI' );
define( 'AUTH_SALT', 'F5*/q#im?c*{2E%T)S :vhGG7DeZLc(a=Q o*BVB`;g$&m8{kxqMYCt~cTJc>`OJ' );
define( 'SECURE_AUTH_SALT', 'q=maQ>}cIIAAxv}T/FZ/.SLjlV5M@3!]2tb/x}5O;=t<:^qz_OUIh%K)|/Qf64[m' );
define( 'LOGGED_IN_SALT', 'O{H /_>Df=H011m?a4hw^Tw)Qcf$5k(9<=:xcXw|9[0 Ff#a`#u[DUlp?^6*d.s:' );
define( 'NONCE_SALT', '3~;e86nx~^@)2[hQ2W:BpUQq6q>pt!!gG$Bht|x%c9Q=prUGaT0qiCyk4Fi%F/kt' );
define( 'WP_CACHE_KEY_SALT', ';T)(_m;y!`bq9ad+](C ^cF/(1:LZ-IiF,Syf4#|^%}.AVY,,<a5Z.Lr3:N!}$mA' );
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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';