File: /var/www/vhosts/inglory.de/kunden/immobilienrechte.inglory.de/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', 'inglory_immobilienrechte' );
/** Database username */
define( 'DB_USER', 'inglory_du9h8' );
/** Database password */
define( 'DB_PASSWORD', '$sEsFa1@&a8Z#HN0' );
/** 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', '|y&3D7F2197;e4:5Usb*(267lu8cdfT252qk*z;vcH1)6t4xKYM1/n8;oA:JJ30)');
define('SECURE_AUTH_KEY', ';LU0b]y40x2%S(JoOB2@#3~2F2BKP1M!+0G*n((u-B5roJ04xq2&Hqos74!nVlM7');
define('LOGGED_IN_KEY', 'dn7FpK)63+I~[1c2*O|Sq&5*0IPTZhmEWS4+2V9Mp&~;A]Lj)zIfi;d925NJ@2Fc');
define('NONCE_KEY', '0d!78|2O(t@|y9F6/#5DonF6r)j[&-]]eu2l/:1_6)T]&7J&-F0/P[t2DkoavaF2');
define('AUTH_SALT', 'n(Y93h8L18NndXvuYF3565YMW~C8l39o6clMjOv*~bAFU[Tk5#MavSK4CTiaWRfs');
define('SECURE_AUTH_SALT', '5*C4bpi4Jr3d!+37N7UU#9f(Xs@E2L8gf;3Bcsn|~9Ma#94/nBy0K83vVH_FFmG+');
define('LOGGED_IN_SALT', 'q!7eE@C~dLv6Y@F#L2-3O66uN0rt&65_U)19;kMr9&r*kHeZ&5V2:9|lLK7(y0B0');
define('NONCE_SALT', 'g;p)Gf6)5G*85:+57bU4#p;syM-!d]798@s6G@0zV6)VGI1qILl9p0;2r6(dAC8H');
/**#@-*/
/**
* 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';