<?php
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'di_wp_qftq8' );
/** Database username */
define( 'DB_USER', 'di_northumbria' );
/** Database password */
define( 'DB_PASSWORD', 'nroo0qWowiOm' );
/** Database 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', 'Q*[E4|9Hv*69#fm;H&7)wgq0XB4J(86q2;!5-1!@|7|3B@1w%0EU7F134c]7Y~tm');
define('SECURE_AUTH_KEY', 'CC7_1_R/G!OIz8R6aLzS5H9)@u1K!)RHwLG77z*92!2i1:lE2Ol1GW!BA1c+TGMv');
define('LOGGED_IN_KEY', '8rt#;0&1bIM|~EYaST+SDAdRr:I_O9*/x]:8QS8fX3Q5hVn85fe&aK4L5BjMh7ou');
define('NONCE_KEY', 'ux3XN*GUa-U52eIG3MsIHMb2+r:rQQ80|pp[f%*]-amjHYe~/@k0aaFwd6PRZ!XX');
define('AUTH_SALT', 'KFty|M]44bp[p5O~J8Bm8W0K!/R&J2*X0_Pb3f[v-33_PME09](ws:qK6(7O&|E:');
define('SECURE_AUTH_SALT', 'k0O32uUc:JcV*~6TEt47Bg13Y[T@8)52tSiw6&n/zk|0xrhAQR|4-4WCdOF%:2%5');
define('LOGGED_IN_SALT', '3ap8lhv|tEH;+]@u@sBeCa2Z2%Up-+NU:Yj33f|*D6Fw~(-NpoX[g20qPnNPbsqB');
define('NONCE_SALT', 'qAw|n8i3-bb9Pj@HWNpcyDr5ad&96nWN+zA0+3n_|gP4:U9:(Cc|3l~-5KC2jmCT');
/**#@-*/
/**
* 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 = 'z0S5YAR_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
if ( ! defined( 'WP_DEBUG' ) ) {
define( 'WP_DEBUG', false );
}
//define( 'DISALLOW_FILE_EDIT', true );
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';