File: /home/di/public_html/fosterbirmingham/wp-config.php
<?php
define('DISABLE_WP_CRON', true);
define( 'WP_CACHE', true ); // Added by WP Rocket
/**
* 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://wordpress.org/support/article/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', 'di_wp_p9dh6');
/** MySQL database username */
define('DB_USER', 'di_wp_n4kbb');
/** MySQL database password */
define('DB_PASSWORD', 'AnQN4^Gf7Q0!QAE_');
/** MySQL hostname */
define('DB_HOST', 'localhost:3306');
/** 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', '~7&I8;U2J1~FJml2n~hdeA:3Ne-Q9uW-0Y/0:4U%Z1v@K5Lt&2E3Sh6+xc;0k0W/');
define('SECURE_AUTH_KEY', 'V))~1RY5xd83rJ(/BTn9#!0/Vi_3KXMq%((S0@k(f~V!yU:m)ii8hx042X+V&17d');
define('LOGGED_IN_KEY', 'f94SQ3i]1fA[)NQjPCs1ZI3M13[OuyQ8&kCn@&T4ut&IVI6-r%R-pwid*%2EV;s_');
define('NONCE_KEY', 'oH|k0kp8R848!t)F/zCEW040ezrC&K7H-*043_(4cV8(o1h:JB84+403c4-J;CLB');
define('AUTH_SALT', '01|we]fOGz8Cy13U#%s(IHLaw:6n2r*4dB9!R6EchQz#Z9;;3WG-aN08-O8#;;IF');
define('SECURE_AUTH_SALT', 'ka7Qls3[0Zo+wPLwK[hf+_1V:lM4k@ma2%ui8d7(k+pao/*;@z0(]K1lE1E7y:#V');
define('LOGGED_IN_SALT', 'b9v~r[~k!41Zu4@50!nyr5tQE]2r4;N7V[fHAZ01oTiFl+t[q4|M@;Ap:)RIP]P1');
define('NONCE_SALT', 'Jq0~H5(766LL4ur:L-z6#:2Og+hcC~/C%*Jj6!3zA[Og*)9TA)6y6/R~xL1E]tq2');
define('WP_MEMORY_LIMIT', '256M');
/**
* 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 = 'oKjITyPH3_';
define('WP_ALLOW_MULTISITE', true);
/* That's all, stop editing! Happy publishing. */
/** 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';