File: /var/www/vhosts/energymoney.it/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:
*
* * 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', 'energymoney_webdata' );
/** Database username */
define( 'DB_USER', 'energymoney.it_40dmc5p2' );
/** Database password */
define( 'DB_PASSWORD', 't6Xpy7!Y6H' );
/** 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', 'ZQ+ug2d@lA1HCkI@3u*8d4e29j595Y6(otSL!b&K6-t4*@D6fOIXf:W*!6RwxkC8');
define('SECURE_AUTH_KEY', 'agWvC(WhlwA9*p!oID41eAaP(aO0WYhF~9|3B4JCZ%vz!1L1H]6qHL;!z/S/#@2+');
define('LOGGED_IN_KEY', '%n[hQ;7[;;891Z#c15-|!Is8Br90#@*e3d[4/E@x02&ru&cXY-rQ13@]2H05|0)b');
define('NONCE_KEY', '&4m@O|3_l]hkO4Q-bQ0kj6]:bqeCCK;y9|g[3U;~N%zWmK~3g4xQMW/o9]2@!35Z');
define('AUTH_SALT', '852@i@2kyzvi83;4o(_0677fjEoG@[rfe2_8j5t)PS2!_s|0#V1SoSxx3+ihFgf1');
define('SECURE_AUTH_SALT', '91~I)ruWa8sU3OHeW(e2+ls@a748dNCL6b6D;401n41i3M0~a72x2a&j6LPG05|9');
define('LOGGED_IN_SALT', '6R*24L3:@0/h6nK~&1rN9X&2u!~U*Ovd9cl95uD|d#MFe6;+]&zXMZ!SzjEMET;|');
define('NONCE_SALT', '%0uUfYUZgWj2681qZk;Lz2hc~0Ow*08eJ:U1u7BGT_ev*8y5_*Y-HNXi4_m(U76z');
/**#@-*/
/**
* 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 = 'KI0WyrE_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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';