<?php

/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
 * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */


// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

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

/** 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', 'xC^l%PTJTnZoy3QO|keD^W%AD(-A,,2lQ]!jytq<0i00cQt^(AcdVX3_yB< ;:Qp' );
define( 'SECURE_AUTH_KEY', 'pYo$QCW5vY81Qs?>yR-wDdeHo6azY:g+@|8m.bc[ VKZ>h51-2c9A%5xwVmpDt$4' );
define( 'LOGGED_IN_KEY', 'ZpPdfdv;lr9Jl M:RVGbIe[Fhd{4BWNH-W(qiH1p_c-x!RUZ~0JEAsUnJ[?`i=~q' );
define( 'NONCE_KEY', '*/`,VIrf~u28A:AJ%W!#KzxB!_@RVy=&.0jJX&z+&>e,3L[Y7rz=^10&#VdE*Xjs' );
define( 'AUTH_SALT', 'T:jn?Iz4WN<o[Cj?&ar5Y+% T e/.N_0tQc0}PEAi>5Rcd%6V~v,1N9{qaXP^xv`' );
define( 'SECURE_AUTH_SALT', '(?P:|[P5y^|lg}6Pds]4HN.9Oi(wwNRLknEgf2drw:cN[lq)H6(ksbmE7~m-rajs' );
define( 'LOGGED_IN_SALT', '**}]|&* 0@}hR-*>ot:~X8s71zf)O.m&NH=a{B@E>BQfj~KE/K,={8pug|0bts&_' );
define( 'NONCE_SALT', '1E/xE~0b87#di?tyLZ&x1GJtc?,1h%8 nZ%X%S[U<iyN{4&3)A*IpP1BuZx9Euz$' );

/**#@-*/

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

/**
 * WordPress Localized Language, defaults to English.
 *
 * Change this to localize WordPress. A corresponding MO file for the chosen
 * language must be installed to wp-content/languages. For example, install
 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
 * language support.
 */
define('WPLANG', '');
define('LANGDIR', '');

// {START} EXTRA SETTINGS by Bizlink Website Development

// Disable Automatic Update for version 3.7 or later
	define( 'AUTOMATIC_UPDATER_DISABLED', true);
	define( 'WP_AUTO_UPDATE_CORE', false );
	
// Revised on 'Post Revisions' to "no revision"
	define( 'WP_POST_REVISIONS', 3); 

// Revised on 'Autosave Timing' to "180 seconds" (Default: 60 seconds)
	define('AUTOSAVE_INTERVAL', 60);

// Revised on 'Empty Trash Days' to "7 days" (Default: 30 days)
	define('EMPTY_TRASH_DAYS', 7);

// Configure on 'Home' URL to improve performance
//	define( 'WP_HOME', 'https://icms7.jonathankoh.com' );

// Configure on 'Site' URL to improve performance
//	define( 'WP_SITEURL', 'https://icms7.jonathankoh.com' );

// Modify on 'Memory Limit' to 128M (Exabytes default shared hosting max upload: 384M)
	define('WP_MEMORY_LIMIT', '256M');

// Disable the Theme and Plugin Editors
	define('DISALLOW_FILE_EDIT', true);

// Overriding HTTP Loopback errors in BackupBuddy
//	define('ALTERNATE_WP_CRON', true);


// {END} EXTRA SETTINGS by Bizlink Website Development


/**
 * 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.
 */
define('WP_DEBUG', false);

define( 'DUPLICATOR_AUTH_KEY', '[Vx5NG!C^vP{1 wuiCaPtmqr$^ .v+IFJ6iqzAiSs]RLbZ5tdx_|H]poL0;urNsZ' );
/* 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');
