File: /var/www/vhosts/showroom.eastside-story.de/httpdocs/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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'db1166368-showroom' );
/** MySQL database username */
define( 'DB_USER', 'db1166368-show' );
/** MySQL database password */
define( 'DB_PASSWORD', 'DB320favFS3719r00m' );
/** MySQL 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', 'Y*T-9m%R5nijVs0j3xT%;TtL00:0f@xbrfZBe)*|)j7#Z7hWH__C4L7I/5)]Z+x+');
define('SECURE_AUTH_KEY', '#55;FHNI!@;;1+Y[y5oDq1Z@e4i4/1~%75;;)|64AAsaI)5c/q7]8XO/!Tl]T-/2');
define('LOGGED_IN_KEY', 'x+1:)Z6rfY6N/jT|tFK3Hk8H3~7lrZh/7)/*04#PJ0a*l~)_|pv3Aem_q2xul2%!');
define('NONCE_KEY', 'lJX*b0!_&8M6w_fJO_2G4X|2/I+m@+2Y91W4!f+(s;09s(7e4|9_rGL:@*C7Lwe4');
define('AUTH_SALT', 'HX]x@Y6WR5qdj0LF_*k7Q4B|SEN#rkvq4!f;OUL28Tv9cLd%Lco&p[1]%Q9x2e28');
define('SECURE_AUTH_SALT', '4q7/~&1m_E|38%|hkM:W!4;%8c-2g18nXbQgh]3J@7VqMj2S:#p)1O(g%+9)39LC');
define('LOGGED_IN_SALT', 'f6M*/N#&2gBGQP&B4(d0SVJZkmy70h*V#N6tsw4SVrVIS;+r%Qk/*YgqQ%IbJX|5');
define('NONCE_SALT', 'r3U4mqmFZ@@]/%4C*6ol]8qtC25GZcg[O8jHGrmS4ZWC52b487IlJvJ5BEb8AY_R');
/**
* 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 = 'wpeassr_';
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';