File: /home/s1047229/domains/koldunstvo.com/private_html/wp-config.php
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the installation.
* You don't have to use the website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 's1047229_kold' );
/** Database username */
define( 'DB_USER', 's1047229_kold' );
/** Database password */
define( 'DB_PASSWORD', 'rMJQ5uFvWwJE4ULt42Uy' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', ')aku.3,Rd]D1x^<M)@L.vTwPhypR i05SN`mo#},N?e=STyWTv1!B$u3[kl{[cbU' );
define( 'SECURE_AUTH_KEY', 'TL3QA;Vf%2&nMJD}ub}AH`k]8XA cgg<&ZjlAX =&He@=w-mUmojGw{RPw;dy64L' );
define( 'LOGGED_IN_KEY', '8[a50<|;nZ*8ogdTy4aYLDL$^sGv$TT0;sy9Wi$5 (Rm)$23ld24[G]1;JvO[@(%' );
define( 'NONCE_KEY', 'I*7N@Aq^`qDk:3)}15Ajcic+8(b;Y9^+P. LKxHo_lVsUXoS=DGZl];/e}OlgH_L' );
define( 'AUTH_SALT', '72B2&Ji[WR3)^aRM#$40BVq<U6xa(B`gMkk`s9~V+L**A;Dx4~&I|h]LHxr.GUZJ' );
define( 'SECURE_AUTH_SALT', '+R^8_n_PdDC/yQDpe. yY~%)74>:o)@z@y?z>(vit4i?wq:8_V!v3t-vQ:8P rd,' );
define( 'LOGGED_IN_SALT', 'FIE:|pomatotVm}.B1h)ZPip;Ht3/jIu-D>J-8NI0e3i(Zq~ehV(q|MG;I77|B8&' );
define( 'NONCE_SALT', '<mG}S_$LI;[~|e6]+zdYQ&_u J48WwNbsRm.[n[AKt]JrjX$/+8O#eSR2dZt3oJ{' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'wp_LViLH_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-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';