File: /home/ibp/domains/whizdomcraftzsamyan.com/private_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 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://wordpress.org/documentation/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', 'ibp_wcsy' );
/** Database username */
define( 'DB_USER', 'ibp_wcsy' );
/** Database password */
define( 'DB_PASSWORD', 'KAe59ryWrCxVFgfac56V' );
/** 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', '-v2F(<%zr15.E%bZFI3-1(-7*, d:;i1(cyp<N]3{u9LQu-zWfas.3E[7#tIziPD' );
define( 'SECURE_AUTH_KEY', 'uO3Kd>iS)o~vjraU!=1hV/Rxlhsa65@>0+(*(X(^u{bOxtaT|)eQrAZf9j kW2_*' );
define( 'LOGGED_IN_KEY', 'gn.u!Qk2|JD%vtbmx%M}M$pPn W-ja-|ek/>2csn}`)BF.SdTD9EV]n7n=*qn_PH' );
define( 'NONCE_KEY', 'b6-&qUR*prvsbUX[LQ=] Xo>2-?,<&sS#!=f`z:ZR~j6Z+On692tWkgI%-_M(83Q' );
define( 'AUTH_SALT', '`^}(i2q?Z:mNw%I?J[U0O?dNz60dqSzqf[+rO1gU^<KK8M{@1IS9hBel&@]Kxg=1' );
define( 'SECURE_AUTH_SALT', 'j!-QFXkT1@BE-Q:R+)yR`4Py3a{tNV zaRA3[8nzjmVB|w<dhgmL[lwKpUB:shZ|' );
define( 'LOGGED_IN_SALT', '.S=YmIrl?DKPX8(+7h(=<e08|ToV6k8-S=s`rZ@ O`zngn9KR9aGNn2*F#W/6Job' );
define( 'NONCE_SALT', 'e{AR%!oI.7{J:zPp0&B jBS,TAFO@*fK-Y$g*O8{YIqa>L:i-RfZ,Khhon_ST8mI' );
/**#@-*/
/**
* 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 = '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://wordpress.org/documentation/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
//Begin Really Simple Security Server variable fix
$_SERVER["HTTPS"] = "on";
//END Really Simple Security
/* 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';