File: /home/klungadmin/domains/klungbaan.com/private_html/wp-config.php
<?php
define( 'WP_CACHE', true );
if ( ! defined( 'WP_REDIS_DEFAULT_EXPIRE_SECONDS' ) ) {
define( 'WP_REDIS_DEFAULT_EXPIRE_SECONDS', 86400 );
}
$redis_server = array(
'host' => '127.0.0.1',
'port' => 6379,
'auth' => '',
'database' => 0,
);
define('WP_REDIS_MAXTTL', '900');
define('WP_REDIS_SELECTIVE_FLUSH', true);
define('WP_CACHE_KEY_SALT', 'klungbaan.com');
define('DISABLE_WP_CRON', true) ;
/**
* 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
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'klungadmin_wp');
/** MySQL database username */
define('DB_USER', 'klungadmin_wp');
/** MySQL database password */
define('DB_PASSWORD', 'Ba@&dC0m2Oi6');
/** MySQL hostname */
define('DB_HOST', 'localhost');
// define('DB_HOST', '/var/lib/mysql/mysql.sock');
/** 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', 'e2@_<nY0Sv2U[>(IbR|,BL(v!~lWL>[-([{z~@%CnO$HLm4CgYT&U4lD`N1OV[];');
define('SECURE_AUTH_KEY', '2(_/!Soh<u*oQfCAHNcoS-;GG@`>A}6q[XO]Ehxs@C8NU2ew~XrSx}_D-Y}HZ9zh');
define('LOGGED_IN_KEY', 'fvuKNmm4sDRU%_G:QVT=RIFCQT~`Mx6 XZ8t2jecde6eZ!<p@u+@]DJN5CQBxPu/');
define('NONCE_KEY', '.ec?,>{C#Ci=%k.GJJv7|h{t7jNQ55lMlye3F?,]U_6_:^Ly<T$/lE~/0z$i&YkI');
define('AUTH_SALT', 'W&EbI/)[IeO ]?T.;|gMnbOyp)=J:g%k}r(Xs|V>?`)W;X`EB3}N<!fyZgf1ugAp');
define('SECURE_AUTH_SALT', 'Xs82}T6?G)>ZKd PC[I>9Ou0 oEAv@g`zc@An_l,[$riq3Ed}3a9Z3ciH%I,3I;^');
define('LOGGED_IN_SALT', '94-<oPY] ]8# $Oj%oNX8ub$+vu/;3KwCvj#rhRvy=v;t&AieJ15A:qBV%9M3EZd');
define('NONCE_SALT', 'y{KKe9)k]Tl+5$jH_^7jLY$|s[ry?Qp|I05j;inS$!f}:A[Z`S&lo#P_MTl?&;Gr');
/**#@-*/
/**
* 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 = 'main_';
/**
* 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
*/
ini_set('log_errors',TRUE);
ini_set( 'display_errors', 0 );
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
// Enable WP_DEBUG mode
define( 'WP_DEBUG', false );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', false );
// Disable display of errors and warnings
//define( 'WP_DEBUG_DISPLAY', false );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', false );
define( 'MEDIA_TRASH', true );
define( 'WP_MEMORY_LIMIT', '8192M' );
define( 'WP_MAX_MEMORY_LIMIT', '8192M' );
define( 'ALLOW_UNFILTERED_UPLOADS', true );
define( 'COOKIE_DOMAIN', '.klungbaan.com' );
define( 'COOKIEHASH', md5( 'klungbaan.com' ) );
//define('DISALLOW_FILE_EDIT', true);
/* 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');