File: /home/workshopbrain/public_html/oxford/wp-config.php
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://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
*/
define("MEMBERSHIP_LEVELS", 9);
define('WP_MEMORY_LIMIT', '64M');
//This will disable all automatic WordPress updates.
define( 'WP_AUTO_UPDATE_CORE', false );
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'workshp3_oxford');
/** MySQL database username */
define('DB_USER', 'workshp3_oxfordu');
/** MySQL database password */
define('DB_PASSWORD', 'xV&m)%UKc%yM');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', '@Jg:z]*23JKY:xd~kB3D02E#lRZ%cFcmX&F-U/9l`+hcm$(OqhPe|kS|LO@E;@vL');
define('SECURE_AUTH_KEY', '*l63S0kR^>COw@7S.~~{Z(u+KiJF_5_M.a2 +GH|`9AbF4x=L|]u>3p/s]TzRpIQ');
define('LOGGED_IN_KEY', '-!ZFCqCyWOT.6EfYZhm7++Y5,-#|^C@R=y=5K%&9UmJT(MI>]u&hssN@N(0p*F`1');
define('NONCE_KEY', '-y>R{CG]nrg>5+5`x|7ffFtdojB|kOHZ)NpG-vr+&fg?c6F/~#kSvs_|BC.GT+p-');
define('AUTH_SALT', '_lZB1,X]:5~r,d:cf:Cm5P,KBWv*|aeO_Q|]!d.cMlWs!T]:ry%EdQ8W-zlQM/L#');
define('SECURE_AUTH_SALT', 'Z[zj[{%nHH4F*aHq2*I&DL+F8?1Xnr1<i5d4D`(9#6rH.X6M>aro!ef$#|N3xvG`');
define('LOGGED_IN_SALT', '$|btI-Z|H5%hM.G_/(y55L+cIajoW}E(7@>l3Mg0yO#. YBeqv6p2pxH}C@`yl&Y');
define('NONCE_SALT', 't1#O/|5o9 MlEZ*/KVLAVDC#5A/vdAXqHEg|OgMe2^$kf=pfaUfY[|1urNW)z|rs');
/**#@-*/
/**
* 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.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'oxford.workshop-mg.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/** 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');