File: /var/www/vhosts/inglory.de/kunden/Kilum/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_kilum' );
/** Database username */
define( 'DB_USER', 'inglory_n4yzy' );
/** Database password */
define( 'DB_PASSWORD', '!z@Y3!y9E7aF@9mh' );
/** 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', 'YV9//!]*z//%8x2qbv0E_FEY7;1ke:1y31)4*8%7zOl[wL]T5YzbY;+V6SkAZjWb');
define('SECURE_AUTH_KEY', 'o;Z9Xx@o)BB_&6/Sc[(uQ~C7X9J96r0FCJH1Au4#Kw24|kun7L5P1e*9]DW3N_56');
define('LOGGED_IN_KEY', 'A/8c2rqoo;3*S4R#S[-PA(Yqb-mQk2ZF9Dr6qmnvWi3*_k~Cy6~#V~[]0a@K7:DD');
define('NONCE_KEY', 'G-YC&EY*vXG5F(jy6!3]__1GKOA8b6fA0~J]]W39|*u77;4b6:P#%r5&n:%r:RD*');
define('AUTH_SALT', ')tl*]Mi)5r6l0/6c!xtG_Y7XA&tRBBV*7u08dM+O939eCo!H-Yf[!e10P5WZ[4~&');
define('SECURE_AUTH_SALT', '(PKO_p:i6QB1tllKHW|#3u&sdU5YC7fo6F4k#)KsJ93521-@Ys#6_[%P9gm0Y#4s');
define('LOGGED_IN_SALT', 'i8GlK;s7|C9&7#UknwzzTv:PR51&N(TuKh3QF+#mZ;Uim_5RDI+7&Yr4(5%9F9uO');
define('NONCE_SALT', 'MR33&03*9Z*a46K9!Y4TlSwXgmzu50%~1j*B77%(7wWf7N&;1/vR/9B1i44&7@k5');
/**#@-*/
/**
* 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';