<?php
/** Enable W3 Total Cache */
define('WP_CACHE', true); // Added by W3 Total Cache
/**
* 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
* * 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', 'glomed' );
/** Database username */
define( 'DB_USER', 'glomed_user' );
/** Database password */
define( 'DB_PASSWORD', '%tUUf#Z)v1' );
/** Database hostname */
define( 'DB_HOST', 'thrillzoneuaecom.ipagemysql.com' );
/** 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', 'z`x+|+w-s>RuF$[I2z22HLPB@;o.dOwiF[i}Utr~RnL4tzf6MMbq_s`}V]zYEeFu' );
define( 'SECURE_AUTH_KEY', 'wmB?.+f30]7=.Fli&HoSNoks 8TED9!W!`2}>)J2` ?B4xy9F|y{e-PyEx_$vu6X' );
define( 'LOGGED_IN_KEY', '0%8#KKz<Rb8f/nJPeH@ V!*1M(3[KVJ2Xru4!2C`UD|O;b$v,aeSa?Q=|mFj`b_w' );
define( 'NONCE_KEY', '->*kPEu`F+j2)Nr|NRmWm4>239bm4Z5RZ5nM3%1tsd_l_MlY}Skm<h@qOWGiA!*{' );
define( 'AUTH_SALT', '8~8~~7p5N[tSk6g9;y](G+>53qF?/Mzt5*OrO/^6xx0==iWP@7%]P.q*c^X7|AQZ' );
define( 'SECURE_AUTH_SALT', 'dsGI>if9xmXbAVgKZ:-WJ{PqEOr#dS{zg`GsxVI6x7|L;Lq$425~-GDF*dV9,.Th' );
define( 'LOGGED_IN_SALT', '[e97g^cdge}#*mM%#9{j|V0d6+tTt-,t(<e3fe3OvJPxJurGnRn5u ?IAE} k3/' );
define( 'NONCE_SALT', '.bLs^B(-cW>Uvx6XPC=$oh.F[hW< *@L,Iau@~( ,i2yg0VlJ7|au3|rdt-5l8>s' );
/**#@-*/
/**
* 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 = 'gi_';
/**
* 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. */
/* 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';
define( 'DISALLOW_FILE_EDIT', true );
define( 'WP_AUTO_UPDATE_CORE', false );