File: /var/www/vhosts/inglory.de/kunden/Jockers-v2/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_jockersv2' );
/** Database username */
define( 'DB_USER', 'inglory_yucij' );
/** Database password */
define( 'DB_PASSWORD', 'B8?~W?A12bDAs_x6' );
/** 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', '5_W(uXB3W#25gLA&r@(0y~8_[671%sS_H|e2V5T647F6;S2#o:oHx:joa:p%Itav');
define('SECURE_AUTH_KEY', '8o/C(#Fi#397]5B%3~un1jq2s;Sz)U8V7W_qf1A6m!!86H8630~2ht[/m#W5dpu#');
define('LOGGED_IN_KEY', '@w*DAH/a93i#603X+Z_:NEm5e6H_W(%1E:M#f%5laZo!!S(d0x9r81&SU-wp(vZA');
define('NONCE_KEY', 'M+7l5HadK68@!E-I*Q3w49l~;7CMrh(L&Nm_DV&cJRA44w#9[l033%|r:!j:|#f5');
define('AUTH_SALT', '9995Eco2;97#FG&tUjoc(%9_p30iOd+dP)7f6z//x6!&12:e7-Dg_*m;EfaIJ;)~');
define('SECURE_AUTH_SALT', 'S0i9+]64oU/+v9G0l3*(5tqM23%:UJ5)a2@%9pZ4A10:8ug)t1~]*9t163&8LIp[');
define('LOGGED_IN_SALT', '&Xk;qw3VC8&%(2Sa%;H;85]983tLrM4p89N&)y9[M~(49g2UPuj_xMk!j2z];:6G');
define('NONCE_SALT', '53%7]7)vp2ut02|Q&Fw9kQj1xT&h6gCBjwX61v)ee_59Z23(7IM37|rITXF9B5tH');
/**#@-*/
/**
* 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';