File: /var/www/vhosts/inglory.de/kunden/Weingut-Grassmueck/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', 'grassmueck_upxq2' );
/** Database username */
define( 'DB_USER', 'inglory_a78we' );
/** Database password */
define( 'DB_PASSWORD', '*y4SL_A0wblGq3d_' );
/** 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', 'U963GK2862KG_02mzR7SoW/OhBQwgbs21M!%I3a]NRQQ+0dt*%3c;1J/xoFn!P(a');
define('SECURE_AUTH_KEY', '%2c+ql2g94/dh|0K[0GR3DJt4u~!6v9won|+9JthI6Y&sq%Vw[m[]HA8p_fm0l9/');
define('LOGGED_IN_KEY', '&@e~665y~z*)@Frb9spGIV8Q48EN4l##N*@c4F|;06a-1e-Zlllq~8THK840_;7b');
define('NONCE_KEY', 'a:3k]|5GZZ);~7EJ9350Q2u;3xg/HlT426h&6ebN%!K+!c#9H(~db0e3g~992mu~');
define('AUTH_SALT', '0j/swT~2[-Z1w1/*j]e5HR&!8S51:3jHRWU6:KpM1447&/i9|pl!#9390uO[EvyP');
define('SECURE_AUTH_SALT', 'T5k9~/~I*;CF9j%vVT;GVD*V;77JQ|P4+-b7f+2oSAVgP(Q48h0+dd;g|ogr|4D2');
define('LOGGED_IN_SALT', '309a]KB:22r(IWV4qKidha:wu_pA1&1IR492)NL!*6*8R~uK-B;r7ubS0bqP9%hx');
define('NONCE_SALT', '-82_02GS7q;@-d8QJEFq7A%&067x_X85mQb6og7/3&5cL&(yL54g(7s3|9DFTz5O');
/**#@-*/
/**
* 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 );
}
define( 'WC_GZD_ENCRYPTION_KEY', '35880aa0391a38a983dcfb6e3a9b9f1f75785f605e5e432727b032a150c9a6a1' );
/* 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';