HEX
Server: Apache
System: Linux server.inglory.de 5.15.0-139-generic #149~20.04.1-Ubuntu SMP Wed Apr 16 08:29:56 UTC 2025 x86_64
User: inglory.de_9f9idjkoa1i (10000)
PHP: 8.3.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/inglory.de/kunden/Baudynamik/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_baudynamik' );

/** Database username */
define( 'DB_USER', 'inglory_hsudg' );

/** Database password */
define( 'DB_PASSWORD', '~Z!Y3sg8Xj*?#4^l' );

/** 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', '&oFqi@FH7-V5mr[|s]*%])yJEeE0%o2+E5f7o%@_2~EqEi#%nT|2i!b8q3/6T*N0');
define('SECURE_AUTH_KEY', '6pa76m-p2f5@AQC4Fpr5P2*vw(RVt/58(5BMd9KB:~0gBpR1Hp9dIa+])kD8OO&C');
define('LOGGED_IN_KEY', 'Q;o|AQ#Q:LIp3Y%4Gk[vF411AT7P;SIbQ!w![]1C)uS/l4_@@W5J~G]mYBo[6;!q');
define('NONCE_KEY', 'P164z2DeQT/Ezzy(dW4T1ePw~9C5wcOEfM/3#Q072DgFCyI+J6&&/FVi8XGPe7Vj');
define('AUTH_SALT', '%L2dL6d4&02*K9B:4e!(AF2i]|W!~tQ);4Lv%gUoy]VD&nvsm#[ama3Eg5+62HHk');
define('SECURE_AUTH_SALT', 'K*b[O(1||&70)ULH09fjZu5VT~5m]+&Gu(~7!R~l;676ck9@1XeBQ%15Yf-t-y1)');
define('LOGGED_IN_SALT', '~]3u-pA#2g&4IQ4cs9D%n@b_3Ck9P%d1OQw4&l&[T8K*0+C]JWD]GJ@/||:7Zo8#');
define('NONCE_SALT', '9l6KL%wET3T78)[2g-G;H_0Ok9%&IuFC31+~K*%F8jHBqm_[1hvB:tuRzy7:|&D|');


/**#@-*/

/**
 * 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';