<?php
define('CONCATENATE_SCRIPTS', true);
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 ** //
/** The name of the database for WordPress */
define('DB_NAME', 'livenow' );
/** MySQL database username */
define('DB_USER', 'livenow' );
/** MySQL database password */
define('DB_PASSWORD', '45rcRRmmU6v8HdhA' );
/** MySQL hostname */
define('DB_HOST', 'phatsecuritycom.ipagemysql.com' );
/** 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', '>i1<|-5`uj-BAU:G0X8$<r-/By4F{qr)@|F18}-eZ-6;4h,;|yP%f+uE-uj/$W5k');
define('SECURE_AUTH_KEY', 'p]JR/hkm9,{_A/C25%EF]yxw]#8`4yDWY#4Yq_0LG5DJX(VK8wLg^J#NmZ-){T@J');
define('LOGGED_IN_KEY', 'mK1#$wEm)Y-6FsW/{dt2HA.7Y+NX<*{uUaA@+~DpHsqsB{9B4 eYD|zs|B>y2.XJ');
define('NONCE_KEY', 'hMCnko%!-qXb~}F|WI9];$vPEpAI}BTK[6{)ZQX.RC1W|$T+~CQ384d4k[y+456)');
define('AUTH_SALT', ']z#~*EqsOX#`Lg,tm@?H+z2GAk/R+@ggeU4)OgkMi.H;lm>4U,UscM+>LoV/8 s]');
define('SECURE_AUTH_SALT', '9ZF?4LU_HWJu3W<rY 1O5L i#^wEh-FT#D sIuZDIK2a:WULi?hxGz{O1&&5,|Y5');
define('LOGGED_IN_SALT', '+|I!d w80%K3O* s9C-aR +z3xQ^vIiGK_N.5fm4tsc&bdePBiy-|p*USA&jfS:*');
define('NONCE_SALT', ')l52+=S1-6Xd@&s*k%eP1-O8I+*Gdh@pgVG|m3v$(9@rP@ZePbl*x+[roicObxba');
/**
* 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 = 'bb8_';
define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) )
define( 'ABSPATH', dirname( __FILE__ ) . '/' );
define( 'WP_DEBUG', true);
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';