File: /var/www/vhosts/inglory.de/kunden/Maria-Glam/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_yyqpe' );
/** Database username */
define( 'DB_USER', 'inglory_bjinq' );
/** Database password */
define( 'DB_PASSWORD', 'hA&6hWG8*lqw0UxB' );
/** 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', '63g0_|j:W8%oy[i:4WX~7V)#60W9~*2-*6F(b0V3U3+Cvj|d#8%BQYN|R95&(GE|');
define('SECURE_AUTH_KEY', '/9#MC)t5-*/x16H0K49jZdR;eK9[T*159@if1o|aOB48]N!@iO1#6%F;poQ&+QyH');
define('LOGGED_IN_KEY', '0w2lYBa&1eB8|ppXig7P)-v%Ez2PGETcV5|aA*/tc%~[4g3n~1xl:2f_U+)M1*O;');
define('NONCE_KEY', '@030ON4b~M%oy-|!B8z&4A:&@y1!H82R[04ByT+nE7Q/0A;8hf7rQ#;wg(*]+[-X');
define('AUTH_SALT', 'FE!9y3G:-VL7t/~1o7P9F%):r0Y|MwTW70KuE6LQ4z4z@|0zX|v~jL87053yF75%');
define('SECURE_AUTH_SALT', 'Hu2o(]&&yW%F9%7MTHuAlEh)o7!ufpr6;0O529!-gz]i-X8@9k&G!xL82&SO6_fB');
define('LOGGED_IN_SALT', '7:v#JF/0leMDeN0:@4@5++f|t%qk76%3[%Pbhk@rN]/2*q(KEb94IS:g)1q)Nmhg');
define('NONCE_SALT', '!Tz1J]0d(0[DdSL%~4S&&R5sIMWTc92*%c]4:9VTY8fkW0ZgcCUsfX*Ej]8f5(~k');
/**#@-*/
/**
* 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';