File: /var/www/vhosts/inglory.de/kunden/Inglorydemo/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_main' );
/** Database username */
define( 'DB_USER', 'inglory_z2b3h' );
/** Database password */
define( 'DB_PASSWORD', 'T!@GYOp%4x_nh8S6' );
/** 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', 'z8K43*1+6|HIVN)80|w&9gJfu6&9(d8-1T3~3l3E4m8oq0-T6q3eV(kb|zaF!;3-');
define('SECURE_AUTH_KEY', '9T1r2%21gwCd~73!Fv2X[|3vjOasd3d)CP;169ua-J4;p2L*k%B%71P0r28cwrZ@');
define('LOGGED_IN_KEY', 'AZB_6]6FEsuk4/!t0A[ar+[JAh7O)#bm(*2M5vJ5)Y%;~]0Ko5I17gXrc_ufp7!U');
define('NONCE_KEY', '1wZE~mpCP6R3m)L-/3SRt%_h(Y#e|5(S*v5Wn:Z4&R8h]*3kDelC0++y7Ptaw232');
define('AUTH_SALT', '6tzFb!I3gE:825!QK0:2Xq1JHQwd]&Nr#F8580]]J*1Qp-08]x_x-kM3_%t388w0');
define('SECURE_AUTH_SALT', 'rdD6KD1c[I)!3+FY5w|10*W+pY3XSco39ces&WESnY1a118z6M(cox3LTcE4j!o|');
define('LOGGED_IN_SALT', '#_kmbD7p&0iQ3g89%/D8)&0-eT02L7g784nD5/n9J2hM+_rnr5bD#m7K8[6%UW;h');
define('NONCE_SALT', 'Ci#Gh&%|UT8*MtX5d(W;%bbR4-(I;B~Q3U1-)b)pQ3BD~q(77RD66!r8p9uKEZ+G');
/**#@-*/
/**
* 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';