File: /var/www/vhosts/inglory.de/kunden/Curatec/wp-config.php
<?php
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', 'curatec_8slmn');
/** Database username */
define('DB_USER', 'inglory_udoye');
/** Database password */
define('DB_PASSWORD', '2r6ZvHx8%#vkZlr%');
/** 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', 'znKg00lxj[&G7B/6@L4|v4V27)KPzTJ81Fy2Ankj])Ua-(5bdWx_581+_c/|P1D[');
define('SECURE_AUTH_KEY', 'n*_13731FYo2kJU33f+zUTz;XmZ#-CF_aM5ZY-Zm7t1/L)@|7%:02sc-|fD2G/v~');
define('LOGGED_IN_KEY', 'QQP7%2~L7X[i+aLiF2imFX693_Jmt632g|6214VOBwP0+B:jG-2|n3K7(M8#1s5T');
define('NONCE_KEY', 'T9m/la6[&34%;97i-ZQvo8Y:eCV-7_o~E%|24@]]5~*2lLod_11Nd&otOWY0FRtq');
define('AUTH_SALT', 'M2les5jcM473T5Dv])&2v5-/dn2Vc83k;L*:3~xX-n38c)eSI4@&TL%06@+dB6-J');
define('SECURE_AUTH_SALT', '+)eKJR3&-:C;m|&Sb(6eq[IfSia8B-IM5IUra%__)[S[rC[#vX:n[%Mg7f2T&%~t');
define('LOGGED_IN_SALT', '@@)0G%H_fr;@8n577f0r5I:9@rnvS%K/Ut%g7#3]Mo)XsuL~33+K:&]3T*D/m+Uo');
define('NONCE_SALT', '!][6TLem235c+1+Hni&]9VOM_;@58|NzW8cgVBj|@-Ru[Zp~:6aK)Nd~-0uXT1mP');
/**#@-*/
/**
* 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 = 'ig';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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_CACHE_KEY_SALT', '58142d7f8f0b7237541155ace6e31c9f' );
/* 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';