File: /home/jengajungleco/public_html/configTPQ/jengajungleco-WordPress-public_html.txt
<?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', 'jengajungleco_main' );
/** Database username */
define( 'DB_USER', 'jengajungleco_main' );
/** Database password */
define( 'DB_PASSWORD', 'p5znmRs2~$.gg8&+' );
/** 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', 'i7#%%H9i5.emb@BhQfPQ]^5H>VX/IWTXd3sRTRgb2Spk)[G*&k(b[q=|~k7*~W2(' );
define( 'SECURE_AUTH_KEY', '|M%y5XlgU8 yhR,{(75l]dT&mYQ@<JbM?&C!pDM0XT}uf/h@IQWerZ[P&RGf s),' );
define( 'LOGGED_IN_KEY', 'eXZ=oq+bM3<|##D8<26t%ji^fTCewR~@&`o2x/pa$A9V*?P7+8U4udum1v^kD Yo' );
define( 'NONCE_KEY', '#c:B?1uVt76WCuoT6(z`Y1G|]rm-0F $|p+R)$Z$**} P,z?8^1,u^P+fDRVXhs0' );
define( 'AUTH_SALT', 'nOuf)~;IQb9X3:0EKtSvY~A|woks1-;6{5C#_ ~gmRZh|O!+D[Jp]r9fPULG+BRM' );
define( 'SECURE_AUTH_SALT', '_ -$g/D[7R~`<*f1i&|6)j.=*]qK2GNf;yq7C*hcM(+]L$8[n$#KPcfHCS{>SAFx' );
define( 'LOGGED_IN_SALT', '[[}CR!Wa0;K-1Re[LzPUp]El|=W9o&upqZAq^@Bdt$.:<RLwU&jCh`?n`%GerBQi' );
define( 'NONCE_SALT', 'uL=( Pl`uB55[3df{0h-C6r(THfiTtF^2}>Wt>&Uofb?0=T+x84j[kF3KHg$FNn/' );
define( 'WP_CACHE_KEY_SALT', '3KhpO7$obsIQ:CJ.s`EeL7|JUvh6&D(en.fpafW`fafiU|1@AEn;jeMA+Q@z)X%~' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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( 'DISABLE_WP_CRON', true );
/* 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';