WP Conf
<?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', 'lhc_wp' );
define( 'DB_USER', 'paulmill_ncuser' );
define( 'DB_PASSWORD', '' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', 'utf8_general_ci' );
/* MySQL database table prefix. */
$table_prefix = 'syxiz_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', 'kb-iEQhd`o&QN94Y,uM}#/|eJ06NS142K$U/C(W_nU{3=bl|[Q4~CWv9=pHI9i?V');
define('SECURE_AUTH_KEY', '(?^9/~$H;wZ/~@Gv]b+k6F5R-o>a/p@1zWSzV?+?#UmZ3M2`0hp;b$LG<6*IzL?=');
define('LOGGED_IN_KEY', '|)XA9T:[_yUu:?Mi3UvaXBf#|]n}+1MV-dMqULh2[g=/(CpNan5DY+dNErG/|xv;Eg)^)z6ni_aSi+]S=#a;1iTM9.70:Wg^|zL[a#xKE,Z');
define('LOGGED_IN_SALT', '{F=3#^3=Q^c4`nNE&.~b-Q!.!^*,+k4-;_k3t1vz]@)g508HQxR1*4.EWEHu7Bub');
define('NONCE_SALT', '96y/ApM-?U.$!KL0[Cc~uw[MU)=2|+*ugG$NijSV~C2R#Syb|I-uM}%-l)]xW+~i');
/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'https://www.xcamsonlinenow.com' );
define( 'WP_HOME', 'https://www.xcamsonlinenow.com' );
define( 'WP_CONTENT_URL', 'https://www.xcamsonlinenow.com/core' );
define( 'UPLOADS', 'https://www.xcamsonlinenow.com/core/media' );
define( 'WP_PLUGIN_URL', 'https://www.xcamsonlinenow.com/core/lib' );
define( 'COOKIE_DOMAIN', 'https://ccc.xcamsonlinenow.com' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );
/* WordPress debug mode for developers. */
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG', false );
define( 'SAVEQUERIES', false );
/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
/* 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', 'true' );
define( 'ALTERNATE_WP_CRON', 'false' );
define( 'WP_CRON_LOCK_TIMEOUT', 300 );
/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', 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');