<?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:

 *

 * * MySQL settings

 * * Secret keys

 * * Database table prefix

 * * ABSPATH

 *

 * @link https://codex.wordpress.org/Editing_wp-config.php

 *

 * @package WordPress

 */



/*

 * cPanel & WHM® Site Software

 *

 * Core updates should be disabled entirely by the cPanel & WHM® Site Software

 * plugin, as Site Software will provide the updates.  The following line acts

 * as a safeguard, to avoid automatically updating if that plugin is disabled.

 *

 * Allowing updates outside of the Site Software interface in cPanel & WHM®

 * could lead to DATA LOSS.

 *

 * Re-enable automatic background updates at your own risk.

 */
 


define( 'WP_AUTO_UPDATE_CORE', false );



// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define('DB_NAME', 'bigbelts_wp');

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

/** MySQL database username */

define('DB_USER', 'bigbelts_wp');



/** MySQL database password */

define('DB_PASSWORD', '@big!080317@');



/** MySQL hostname */

define('DB_HOST', 'localhost');



/** 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',         '0DJGEhd8q6SsI8JRlf7F5fHqrzwiWf4SQJpSNcOdcAHHUOh6BAaZGKhNo9bPzgy3');

define('SECURE_AUTH_KEY',  'hFHnT4S6HhTR1l8_5guM6n3PnJVDM5xmljmbvejLNrqgtchLS_utRHmsHbxY3qKG');

define('LOGGED_IN_KEY',    'o_K9WGluch3L5_U_jS6UVjfLu1wwUVG0tLa0LwFHG8Qx0mCalAOwCX9gZa2H6QUN');

define('NONCE_KEY',        'RMNGFVVxnQttQkHdrHsSxv00kiIi8RSna6qnVWMIcNNds0DRVs2QM8LbbRJGIkYY');

define('AUTH_SALT',        'rakrgEGZGND0scHEjI6uaZhSKi4aCVb_oT_gvPqmEK9eQT28MHZ77et90JA469cc');

define('SECURE_AUTH_SALT', 'uFdSR6xOLEqOnkdoVpwiJvtj6xcYjfby3WR0RA9Y7TSn3vy4ci7fxJAsCjOsBBLn');

define('LOGGED_IN_SALT',   'BkGKqkKhist_hQF9yUjiNPmUCmDNAr7PtZ1TVZ5uiCe6kOJ4KhFvoJiLJZoCokig');

define('NONCE_SALT',       '8hxzjXnQkyoqYbrbqohKjD2yXLIRJMriwpuCq0_LPbx0MNpRpj4pc3aBx1H4pPPH');



/**#@-*/



/**

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



/**

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

 *

 * @link https://codex.wordpress.org/Debugging_in_WordPress

 */

define('WP_DEBUG', true);

define('WP_TEMP_DIR', dirname(__FILE__) .'/wp-content/temp/');

/* That's all, stop editing! Happy blogging. */



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

//Disable File Edits
if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }
      Name                    Last modified      Size  Description