File: /home/nationalstressawarenessday.co.uk/public_html/wp-config.php
<?php
/**
* 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', 'nationalstressawarenessdaycouk' );
/** Database username */
define( 'DB_USER', 'nationalstressawarenessdaycouk' );
/** Database password */
define( 'DB_PASSWORD', 'vRktxvTAnw3GutjRR59cIb0yhqe7paRo' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** 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', 'i`[2+bk:A$rtwPr3_(O6pw!3dA-Tw+PT3o~^Sz:C9uX[vziq%PB{%Hn+Yj$0`Z{>' );
define( 'SECURE_AUTH_KEY', ';-L[:(y_FQb@~d^s#VDHI?%9!W&9>q@<blgK%oA1)Kzw{kNs ^cjA?9Cr?_hgAbA' );
define( 'LOGGED_IN_KEY', 'bq cVq~@tsU$(w[4{ed+XU*Z(2<-w&8~ceRJh|jwmq$!~b/>#8Qu!xNap{OD}iIw' );
define( 'NONCE_KEY', '/<a V$7mOrP*Y1x|Q`,SQh1Xja+FwX.)a8O,jcBG_Yt-d3pJjtNVC@U:)xw9GcHO' );
define( 'AUTH_SALT', '!/UyEAEKisaK!ox5{2e1wT4z_m>+vG&lHb#4odzt13R6{qw*Lg@i|181}72NjAsJ' );
define( 'SECURE_AUTH_SALT', ']mG?!GH%Fq9{E*am<GP(,7w9~AL=VHcTP<~RiR#wnfbRo^5z;% 5)*MQuat@Mvtf' );
define( 'LOGGED_IN_SALT', '.nx>bON1ag+pp-A*/T5o1-W7=]H@~zA{IJ2Xd#{KE&jt^GJD:YFd3awIBw{d: Ui' );
define( 'NONCE_SALT', 'HXWC]gP<&&5&o ndz$oRVQd`KF@:n| L),s6rydBH5;EY 1.s9jGwSiDk?[{6j.M' );
define( 'WP_CACHE_KEY_SALT', 'Qd Sx,Y+1{Acb{;Q{!ckp/ty*^]|!{O.a}S}/&.=QO.`Ow0*E~P(]1Z8m/Z{[<>K' );
/**#@-*/
/**
* 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_';
/* Add any custom values between this line and the "stop editing" line. */
/**
* 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 );
}
/* 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';