File: /var/www/vhosts/inglory.de/kunden/Copadobackup/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', 'copadobackup' );
/** Database username */
define( 'DB_USER', 'inglory_wnc6v' );
/** Database password */
define( 'DB_PASSWORD', '*I6~BIF8eC2j#IA$' );
/** 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', 'x@)*%V@Rw+d;(_83)9[K51G:clAIk5a-8a%yG%LSEl0]Qk6+2T35UQSzA[[B5NDj');
define('SECURE_AUTH_KEY', 'br:ToZ#@c0W69t#9XrJW63]DOh3s;v[ji&D2W]D:|zN3#pGkf0cyD[!]0c6oJ4iL');
define('LOGGED_IN_KEY', 'ko7[AtAZ0xKi4(h6)44j5(]%3F(72G+~LEje)wA6](02BoP;FsDf6h+4W40/by54');
define('NONCE_KEY', '12!BBd545hZj-1#bQ:Qj39e/:pC14d--U-_ps16f~WD*T*&bl8q7tKcGRuCx!#:q');
define('AUTH_SALT', '/%w4|+_C0/AQ7rU_*2Y9O6G1+w*I&dJf9a:4Sg3(glu#5QACu;v2+u&sl0]ki7-/');
define('SECURE_AUTH_SALT', '@6V18K&WS5rJ9U|r45J&+ziEoi2%7&0B~4Z0Tn4t2pmmHj2|43(]4h)Vq##x-prl');
define('LOGGED_IN_SALT', '5qj9Rn397Fg4s|!0%bm+[jAR1_!o[|32S(nd!R28;2:(iJwb06-(86|qR9&EmkKv');
define('NONCE_SALT', 'z*|6H9Vc[go9U389+KA8I;ok/9:&2b4J2Aba2/zv;10hm99m4Z0&s12Sl3nw4EK[');
/**#@-*/
/**
* 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 );
}
/* 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';