File: /var/www/vhosts/inglory.de/kunden/helenekunz.inglory.de/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 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_l34rl' );
/** Database username */
define( 'DB_USER', 'inglory_kw9ls' );
/** Database password */
define( 'DB_PASSWORD', '#~xbf99769AJ_YXm' );
/** 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', 'F-1%74:2HuOL0Plw|X06t#&xuI2o2;O%0KP9Obe0U7|qPiW5OPaZy6eHR4];d(vU');
define('SECURE_AUTH_KEY', 'i!3bWg5[7hUb8uzP5tGu-1A_iGtg#d4073H)B]U6d0476588[4LLCa4%0]C9pQDl');
define('LOGGED_IN_KEY', '&52&L)UEt[e-jDs*YVKT;UBEw4W_2~k;6;36/sY17*9ph]2*Kh/9i!mI*1&CfQxc');
define('NONCE_KEY', 'yVf]/72!/zm+0-+wA)b-0oWs%R8]NG689Sw/%;2byz/-9+;TGXW@_B0Ew[*Xm15[');
define('AUTH_SALT', '9*7BX3!P[Ll568g66Q3v3w!_o2f9MQG%BzJIY0a6L0|7QmS-R5#8El|IA2ufLf)o');
define('SECURE_AUTH_SALT', 'qG4L%d/kBR:Xw#9EU#l7U72;|h:ugl4:7xCHc2qC&fv@7Ot7[][Jf8a1-4P/4vD&');
define('LOGGED_IN_SALT', '46~MHbO8NtoS3W1[c-L93L8OM-A2%4+/Q;g7K-Tzt&;w~Z0NIooc85zQ&LQJ7%_:');
define('NONCE_SALT', '66-/Yl26r*0xq39pLj%8m8K7h7NQ0qdx[0;/[5pe5gs))U;Z!C8MG30#H2t:7_WA');
/**#@-*/
/**
* 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';