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/ImmoXone/wp-config.php
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket

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

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

/** Database password */
define( 'DB_PASSWORD', 'ebe5Qir_R691X$qK' );

/** 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', 'COJ%8TM5UV%wSUG8%kVkhe3LsZpe_V4Ug9/~(HWT4k]2nL(F#*4Npr9t#qNu53vf');
define('SECURE_AUTH_KEY', '3A7[*zA[-F2Y-QLZ~biPfmZu5|(73m+@&;I5;HRMr@M3*s/4/ub82Fv0ve]-:|;h');
define('LOGGED_IN_KEY', 'N~m~U~7g&4FlrQ/U/GFDYFuFu0/(G09l7G01]Lj:NDg13GUs7e8i-0Bc9%Y!358;');
define('NONCE_KEY', ';T/1B@*/43A153o)8rasRzhl[9-r7-[y42V*zu_7q7eZ1O&m!!16h*oo73PdY9(S');
define('AUTH_SALT', 'ME0b4(7Cu558~rb1#H!!Y3y6m59uPRF7rypf8]*+2_9q66h29)cl;o5oc*1H854F');
define('SECURE_AUTH_SALT', ']eH4qST0+_22_Ekzt2%Xa4/(%DEkqwQ7q]5-yBRB42Ac;&N)PN]PllyI]Y/)8@5P');
define('LOGGED_IN_SALT', 'JbaU&J-i@0;k+E8k&~2Q!AmLtC4l#o60!S8FgKe2TAw2P%wcR4_#Vb4&lF]R8jC%');
define('NONCE_SALT', 'h93gy%wrtw|j3W5A4/DpxFTqB3ZZ3w[#WO|t_f8Vd#t-b[76Ofzc#T+lZ3pKHzK4');


/**#@-*/

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