File: /var/www/vhosts/inglory.de/kunden/ZHP/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', 'zhp_ukghg' );
/** Database username */
define( 'DB_USER', 'inglory_4lxkw' );
/** Database password */
define( 'DB_PASSWORD', 'rBZ1xQT9t!KMc2%B' );
/** 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', ')k5@A]&)l5Fr~QnY|j3&(]S5+V@(#W486Q|74MV[c#CV5[6cSh)SEQ7+2P15+]Wt');
define('SECURE_AUTH_KEY', '/)R*r]S4V]6@[45Z#4-o8;tj90mK8L|p-)84Lpp]*(]o8MOFztO24K@9X(Y:(&(z');
define('LOGGED_IN_KEY', 'dF(]5U;!2r!bJR)M*C53/mMx5pSg|G89[9c[3#l;%zhF[W]8|P4:P75L663/AFf:');
define('NONCE_KEY', '+4_eX~Li#VD9%4%AGI;P!u#@nX/fP25zPF9%(%#K-i648f7(4j5H%293#F]c4u_&');
define('AUTH_SALT', '2(%|ED|2:2t964(%8[37r1u3n589804%1CH4x4w7|zDI94PNy3CaQzFzJ~!]&E|0');
define('SECURE_AUTH_SALT', 'T(xk800R*0&NeyTy~IW;-3s&YbM-925!lm:8[SL[uy)5%Ix!M/73|)cr1!@F)566');
define('LOGGED_IN_SALT', '[D4HfBm@|K+V5)O6nJbK]0;]R+zJ/M&Vz6!!9F~s/TI3!2(4gRWPZ67Q3X#h(%71');
define('NONCE_SALT', 'Z5W~2y3~@4!1qt1l2~8:(NSS6&B4&JRyCXp|8!#/6*v715[A*7*!HW8k+[~M|A8&');
/**#@-*/
/**
* 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';