<?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 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', '' );

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database hostname */
define( 'DB_HOST', '' );

/** 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',         '`M%Dm=bF.h%(9||dBA6n_ER>6;(6FKN)_s~B,*thbY94qZ|f:Ez`FlN;<Ko6a)#Z' );
define( 'SECURE_AUTH_KEY',  'T[@+,et]})P6/=JTaJ`6cAGKc?D8Kk9W;qzwwAU[!Kh7e!`-?lhJX5TLIfc?&~bX' );
define( 'LOGGED_IN_KEY',    'G+haLXU[6b5.$6qm%8*L/kA%[%4`W.B561wW VLAadB8#*yd(X3/ARF5T[;VrWEK' );
define( 'NONCE_KEY',        'SVRo<Gi*UV,WkVl3G;7S!tu}lU[`g8E1M^rCK[} *_-_Yf72Tvl]*b$uWa}2hBai' );
define( 'AUTH_SALT',        'q6#)<lmdbR&L&#}s;oWKx.~J~s2`N%DMuLniz=9B5>|Gs.!{D?9R$ltQI%m-?|U$' );
define( 'SECURE_AUTH_SALT', 'v6g$b2-SJ(irr! *-t`9(Fo37gPk]|POyw>&Z `VWJPmwXqE/{Wzj;BeSq?pQU%`' );
define( 'LOGGED_IN_SALT',   'Ef}78m;4n>VNp2-k}5n1 oozXG))ZU@ZsZHm%@QR7O0G2*.X]=w2h]6LX_.#5ud)' );
define( 'NONCE_SALT',       '37S3hD p&oXl333jg0Dq@.joUTE(90B|6oNyCqDp:!U-J.&euXM=nhWPS4MX= SY' );

/**#@-*/

/**
 * 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 = 'tje_';

/**
 * 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. */

define( 'WP_MEMORY_LIMIT', '256M' );

define( 'DISALLOW_FILE_EDIT', true );

// define('WP_ALLOW_REPAIR', 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';
