File: /home/ssiacademy/www/wp-config.php
<?php
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define( 'WP_CACHE', true );
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'ssiacademy_wp_7wxui' );
/** MySQL database username */
define( 'DB_USER', 'ssiacademy_wp_m6mnx' );
/** MySQL database password */
define( 'DB_PASSWORD', '!a8OxoBcEI_1QSc2' );
/** MySQL 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', 'nUT0.`=-c7mLj5@S{I9edml$jBEfvhhN*_,B7,<q3ncJHgS<Q`?M/2A(=;IxsY#u');
define('SECURE_AUTH_KEY', 'Fng47V/LPpYLXa%!n=IaGTT~D#ncVQ?!C!H jnaD,K}~dMi&(CtY [Nyx<L;DVW<');
define('LOGGED_IN_KEY', 'jm=#N>$#5|OiY*iT.Xl?!<)FSK}vEJMMB?Yg=aXmQU$WBU6b>6((~lQL5#X<Mc-+');
define('NONCE_KEY', '74Eue#S.wVZo)3L!8;0u -{nkCl4QWgD?/wz7)_K=wuZ6[`9A5/Zx<>v+97J<%O,');
define('AUTH_SALT', 'bzR,l=!vWI=VWdb8+UZ2xEiG=|JS>J6qa8Y@5l:CM95^Nv;W|_dok&naRw:1D-|m');
define('SECURE_AUTH_SALT', 'i=b1On+~?}1TXr[i^~ZpF^cD*`eQb0E+fdHixz(j(%iFdUA3y#&m?N}+KFM~]PG1');
define('LOGGED_IN_SALT', 'bm+YsVXtXW;evb^0O^5-Tt0%jh`vA+qVvVqgmqoY*+:cfXsp6=bFKb_K+5c<{^=;');
define('NONCE_SALT', '=?a1F2dJ|)bZd[_&kf,ed4M}>B0g~3e?[%23Q5o3jQbu;az#W=80}<y5I8[qGoi|');
/**
* 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 = 'a6yuc_';
define('WP_ALLOW_MULTISITE', true);
define('WP_DEBUG', true);
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';