nsp_local
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'wp_insperity2015' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', 'root' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'ioX;==JZJKh~|PjlKZGN~zFpBZ*,|KV}c^b;+a/1c[>#s`SEn=$FVV:zPnoDK|QW');
define('SECURE_AUTH_KEY', '.D`:@UN.QVhmK{HKmRaY&?sn_eOdNI:]g2^>CQP]1^q1+APD|+5PXFD-ib@>+rlZ2q]sW%|k!n#j_vZ=*!=HrZ5sh=yaA');
define('NONCE_KEY', 'QP;Mz1C26-/YR[f>|A$,,_3Q:;lFjup0Hs-H^$[%G|R{axB^fGkEqvD{fQ,yc:m8');
define('AUTH_SALT', '{G^~yZCN#R9%`M*');
define('NONCE_SALT', 'vz/0rw;A?.o_qgfo%wrK_ypCV+QkOUMh?^#>F!Y;GpkW- rq`TLv|j');
/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'https://local.insperity.com' );
define( 'WP_HOME', 'https://local.insperity.com' );
/* AutoSave Interval. */
define( 'AUTOSAVE_INTERVAL', '180' );
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
define( 'SAVEQUERIES', true );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
/* WordPress Cache */
define( 'WP_CACHE', true );
/* Compression */
define( 'COMPRESS_CSS', true );
define( 'COMPRESS_SCRIPTS', true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP', true );
/* CRON */
define( 'DISABLE_WP_CRON', 'false' );
/* 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');