File: /var/www/vhosts/e-akc.com/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', 'wp_8fvo1' );
/** Database username */
define( 'DB_USER', 'wp_oehsv' );
/** Database password */
define( 'DB_PASSWORD', 'daQgp591SW~EHs3~' );
/** 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', 'Q79-cMadX0~52E7WT3Fk4#|2*:&0zBd()T732;T]5L/:%O2[7G0r30P!Qm-ubr(F');
define('SECURE_AUTH_KEY', '29+!H3**3%9%p[]5Kcr)z9]+[c~6Txt7bT(M0-3(H|ca8nn8tq-4*2XmkDrc8j02');
define('LOGGED_IN_KEY', 'j/aD~rkiu2e4apLd&K6|2Z6Iuu*A!s@!N9205|~DM]d9nm02]RL]&%yTtC0m9/|1');
define('NONCE_KEY', '+6SB#s/Y33721642h_o2R~XQ+2Rw1Y]0GHUT72CwJ][FB6r6e;K_;803&RTxf5E4');
define('AUTH_SALT', '7|i1Q_T(Z5/5&oNAg57mq]80CNe&*5TR;5_0ct2|Dxci55(JqK[]*_K*8rI(%tGA');
define('SECURE_AUTH_SALT', 'Sr|/&;3:b[5PAa3F135L3tzCQD;XoB%1ijF~WUWCelXom!A17g562y7lN9;0;GRu');
define('LOGGED_IN_SALT', ']8Ef2C;4]+yJ5#9PQ6|15|S6-KHcv7X80D;2[Q5)gzt3|-487pSeft0lzI0E%|z9');
define('NONCE_SALT', ')Dc_sj06r;SEdefh0V0AXF2N:+O]d2#H9vK%6b*VJ;;j;2cD2)&!y%%!!4~#Y!yP');
/**#@-*/
/**
* 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 = 'wgGJ0Mlmw_';
/* 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';