<?php
/** Enable W3 Total Cache Edge Mode */
define('W3TC_EDGE_MODE', 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:
*
* * 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', 'tsc');
/** MySQL database username */
define('DB_USER', 'tsc_wp');
/** MySQL database password */
define('DB_PASSWORD', '29$OKqei');
/** 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', 'DSCGoxW0miCGwDnHEJqVWqktnH8UDC2fIbhz_JzIj5pkqwfQ6cxqFbOt8MAVTXFz');
define('SECURE_AUTH_KEY', 'cr2WMSF47OJGgsQwZAkgOEh43gjgf0mhgwvIelCpIm_hPanmUNlixpOEw1E78AEX');
define('LOGGED_IN_KEY', 'NZHRsdLKBQNgnEvBprUQdnD9owmPunWHLyw_WD34SF9hwvIFesRqEkDhSoJX6q5D');
define('NONCE_KEY', '0V0zoOtfrkfikOYZZCkmhBLdopAb3x_faXEVHP0VV3QlAOzhEY_UuBTLShliUds8');
define('AUTH_SALT', 'xyM8ppxZuL5EQfh3Uq0MZN0yMrfdqaAqz3ghfovJaqA7Xwc2A5WpNp0NowGAMUiq');
define('SECURE_AUTH_SALT', 'yMbEuxfxJPvPbU6D1bOwOwO_RFr8g_S9baFP7giZ1g81IN5l2corV5h6qWBEOpHf');
define('LOGGED_IN_SALT', 'owKJkPof1HY8ozV6v2SHarLXqhJuL7HmotrLTXK2VI13vix4sL_4kKFPPyyEYZy4');
define('NONCE_SALT', '1cj573XbuRPsnJg3U4cE9DyoeNpp2h_teieapkT_MBc0Sl8ITl9Ld6mdHGjka39z');
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', false);
/* 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');
Name Last modified Size Description