<?php
//Begin Really Simple Security key
define('RSSSL_KEY', 'AplqCPsPTWg99sxtyz26vikVdUS4wqc7ddvsCQepufy7SXX4sbx5KnV5UthViBio');
//END Really Simple Security key
define('WP_CACHE', true); // Added by WP Rocket
// Added by WP Rocket
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL
define('WP_MEMORY_LIMIT', '256M');
/**
* 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', 'ronsiao');
/** MySQL database username */
define('DB_USER', 'ronsiao');
/** MySQL database password */
define('DB_PASSWORD', 'ronsiao125');
/** MySQL hostname */
define('DB_HOST', 'acobsglobal.ipagemysql.com');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');
/** 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', 'PJxewc);7Rac*Uq@IEpo^HjCk]/Y^^EGE.h?ke=<FC7T{zKV4jfSZiJs2ZO2zg8i');
define('SECURE_AUTH_KEY', ' !9~Yvh6=*{O5z<*]neF{~iFMJwEt=u9)BZxWh8YT|?$uG*SbKx_#Ta!(<PQA/y<');
define('LOGGED_IN_KEY', '@4TC&m`w!o{Oa b?JYu >JV;ui6RLQoPZx0%HE6/u)x/EKm`@AbW eJKi$:Ds1$j');
define('NONCE_KEY', 'R,_dd;3t}m(YJNbglT$GjR6Cssix +I0;6xn}a{5Po8Mtb7HxhmUR>Zf[FV,YFh9');
define('AUTH_SALT', 'afMb+ULW|[QP*3I__w6(na{@|@zRhRL):>#:d|=&g]*v@OIQ9R+[+|PVCfPzkSi*');
define('SECURE_AUTH_SALT', 'O+?)ap(F5vY-7<fM]q{]6WyQK!>4a,8mvV#dPzEM;oM{}q)[lpd2(_W+/Q{YOm.*');
define('LOGGED_IN_SALT', '[fNo5y5TH(fg-J{=MZ{`u#KD.XGO>z<05JI]DX6/!m2tglD7F$WU{fh{Z 3ch<ss');
define('NONCE_SALT', 'gsV(K4z%blde~62@XZUo-Cc@a;+ %]H+{`0+gjP@rB,D9gid^.dW(&-Fr/i{5$:5');
/**#@-*/
/**
* 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');