File: /home/fssoivia/public_html/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', 'fssoivia_wp_n8rc3' );
/** Database username */
define( 'DB_USER', 'fssoivia_wp_gqwmu' );
/** Database password */
define( 'DB_PASSWORD', 'dr1R7vkC?VbEW3#6' );
/** 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', 'k2iYUcO#wqCrM6a8!Ts0BF4~v4Y)hsZX543|e8#K9EN9S*(E3%J9dld]R!WToZ~N');
define('SECURE_AUTH_KEY', '1TZO)pG-R3oWuBpPzWYA6e!W-wFxA_Kc!+ZC3WQhCl_A0!z/0+w[)85mX(9me_At');
define('LOGGED_IN_KEY', '(C67Fw11vsQM7&-b]uZY#E6k01b-%i7&5VG-xK%R~iNgKB!8DDgRWa@db5X2y)3E');
define('NONCE_KEY', ';!MiS!r;20;b07HAF_@1@ctN@O5fNg2-4U5:c)(P01W20[9A4)DU56L)M*|H9%o9');
define('AUTH_SALT', 't9~3P~83U5/D41vR]6/O33!Zgx79W4sJQ4[Co*QA6P9_(9y7_xlf~pks%2k9_Y8]');
define('SECURE_AUTH_SALT', '+y9|~+sY5En-u*!*&k_;!)@Z%G50)ILwH/g@vk)Y_337E&esK/@%zc219gjU1_F9');
define('LOGGED_IN_SALT', 'QF2X]87o4%+z]408i91A2FX[@bg1D53-:x]y*XEa8Gl5//F(!tVY#pL*7%+2!92-');
define('NONCE_SALT', 'W4+l3Q:VsqZMpD%b@OUPzA~*Y@2R676]##tV0BaYT9guL6NYwD|!!E8e+a7D9imf');
/**#@-*/
/**
* 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 = 'EHrxa_';
/* 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);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
}
define('WP_MEMORY_LIMIT', '512M');
/* 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';