File: /home/tb1/automobilzentrum-bb.de/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', 'tb_wp_olbbs' );
/** Database username */
define( 'DB_USER', 'tb_wp_ajdjj' );
/** Database password */
define( 'DB_PASSWORD', 'j?O9CB6V^9YJd9mk' );
/** 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', '-;4|xVLLx__7)UyIGYeW!R]+bPA]WBwXGa2*:]c+9!(|F1lAv96)#EU88-Vzvm~Q');
define('SECURE_AUTH_KEY', ';o)7e29/5D%b5|P/x1637v;:9/%56j!sT#||6j5w3(&F90D8q#6+3t7L1ifY42Qp');
define('LOGGED_IN_KEY', '[IN!IP09z+e#eK2Dd(;9t74hE|1e9gc#5#Y/(43~Wita:O1t3c096*0SB_E87vBY');
define('NONCE_KEY', '39O@O0H/I+it62bu%lu(Tg)f_o51hs4De*2l:F(7#!VK99O5hi*_e~H7y|1C1M3L');
define('AUTH_SALT', 'JBoewDA[::lkmQ1)Tk]&)88OhDXH1;fK7|*ixD)C_Urn|k9DVy5FQLdX)v87-73s');
define('SECURE_AUTH_SALT', '+e7s[28[7~~f&9:)rF~[(1(GrSgy0%Y0*Yy7*KMG;q7!+v2vR#C6|+567fCz%-)O');
define('LOGGED_IN_SALT', 'F&oKd8V01De0|s*)jAoP:+P02~6&9g]BM(z/2/RG3~9)4N/6[4[0;#:fb2#zXi8/');
define('NONCE_SALT', 'c)ABr!o7v)wb3#8lu7b)&Aa(%yb/mU6jBnBse3YJGziq)A(g]9C9/X5P2c)G0OFj');
/**#@-*/
/**
* 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 = 'bMDABN_';
/* 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';