File: /var/www/vhosts/inglory.de/kunden/Autenrieth/wp-config.php
<?php
define( 'WP_CACHE', false ); // By Speed Optimizer by SiteGround
/**
* 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_y29hb' );
/** Database username */
define( 'DB_USER', 'inglory_9qa2f' );
/** Database password */
define( 'DB_PASSWORD', 'ua5C^a2&CxGHTS9z' );
/** 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', 'W|pv#~y!8ebh!Ls:sX76a3%DbN[&!-2P&2U/8~4B51zVIm03gE(2O5QS1GT*A[!5');
define('SECURE_AUTH_KEY', '6[lv8ZD_de5MMHeKk9v(11WoO16q6H+4-97/VMN&!DJ;9;YIty~(6)#q&6fza/R&');
define('LOGGED_IN_KEY', '%l46pkSPd5fr@m3%QKg[mJo748oSMY%@fL5f7w7&c/;ThCl0ju6kdadJgOoDX8:2');
define('NONCE_KEY', '__ky3X:#9R80Lw2mqN*+Lx81tG&(8&75!CNHTRilXGZ5r~YOioS&nl6K+|9#2r67');
define('AUTH_SALT', ']2)5O|Tulg36@2*@~88u/0~96]8GrIxJ89J@3-43]-21nNMv%k8)735AM@s255rh');
define('SECURE_AUTH_SALT', 'NEDZ*Olik3qGwU#-@AjdGY7qB#hc6~6kJ-9q0Puq]1jP_)fdL2X~IBic~h6e0A3*');
define('LOGGED_IN_SALT', 'w5#o645e3+Xa0a1D2[3%7@~McQA4y]fSz!~UI_8w!3s(J:*9+#1i|X;Wh(7_OI9Q');
define('NONCE_SALT', 'r)/%BZ29|52%_x1;/Tr20ltqz)14xKmAgV49WqN)l|V~It]p+7HOU4NmNUBJ@M+b');
/**#@-*/
/**
* 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';