File "wp-config.php"
Full Path: /home/u496723896/domains/whatisecommerce.org/public_html/wp-config.php
File size: 3.36 KB
MIME-type: text/x-php
Charset: utf-8
<?php
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:
*
* * 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', 'u496723896_bSPtJ' );
/** Database username */
define( 'DB_USER', 'u496723896_TzeFI' );
/** Database password */
define( 'DB_PASSWORD', 'xbEa3Ib6Ak' );
/** Database hostname */
define( 'DB_HOST', '127.0.0.1' );
/** 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', ' TG]{6mrPYbCa]=3eYSOix$ML=B60jd=ITXX~SP3@hK`%{c9%<nM{OzAJ+`8qr=x' );
define( 'SECURE_AUTH_KEY', 'IU9 b+V.QT1QzF`RS2yKpGY1~dx3s:kJqglzqDnhO-VN^ZvR=f02cw/oRRXx4S+3' );
define( 'LOGGED_IN_KEY', '[y-YK7#6Qo+-^vT5gP?JRv0LMsgrR@_d=!5g,!-]p`poq2:MUNfF!D,b(BT*T]7>' );
define( 'NONCE_KEY', 'D)<;IAx#j KY?k!y 06~I*~b}8A];#5yV#Vx+rGg!wVgi(NU|Y%IvD<4ii{1W^Wd' );
define( 'AUTH_SALT', 'Ny8.QF^j7&]V,:cE/xI~;*D?)%D[C^ezbCh65xS4oHENhM-Px]o-1>1QVBoZrVyp' );
define( 'SECURE_AUTH_SALT', '[a.mOT9d$:d:l`{_5_jy##0uCGCx@Y;ym5xs6l,u/kvb+Kyx$c}!_.k1ZZU/B|P|' );
define( 'LOGGED_IN_SALT', 'gAeOFBg%${|}&NQH#a,cU4KvSuT()a}O_Fzd#V2O[?h^i*~Or$NmA!R.M:ud+E.F' );
define( 'NONCE_SALT', 'rR;AUBBzmv|c^4hB4,YdXdSmUQPc;[Zmz!%584C.hI-~_1|`7|sq/6#~#v`xELL9' );
define( 'WP_CACHE_KEY_SALT', '?bKAtkN[:-3D@Aea=gbz|D{ho=@0sjTQSg.]glqlnq_HM6+CE?&jWN,f w&XxOFF' );
/**#@-*/
/**
* 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/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* 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';