File: //old_home_backup/medwaycarerscentre.org.uk/public_html-20241004163321/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:
*
* * 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', 'medwaycarerscentreorguk' );
/** MySQL database username */
define( 'DB_USER', 'medwaycarerscentreorguk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'T8JDCdw6S7GiVJiY' );
/** 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', ')^q&zb&l|Qu2Svq53[B&ec2)wroxbd;>_}dsS{-Fd)zx!5XJ+k%L@_udur96phG2' );
define( 'SECURE_AUTH_KEY', '1vM>e[~m(6Q+4Vc=+>pDM)D%yZ)thrd/e,h&eHYF6PV[#dL}1.r/M<3Us_b 7[8P' );
define( 'LOGGED_IN_KEY', 'pUOldP3N];:l2v2WO/M0F5YB_[B)FMaf{&)<spgK2vG0fv1,RGWG:?I`H(OKb&Bn' );
define( 'NONCE_KEY', '6)&}cWq9 ><+zMq-Z-Lp2]4YhEecs%6yx7RUDIE!IZ9)~$;siZjK,YMP.Y`|TqB}' );
define( 'AUTH_SALT', 'zk++UY40u$l|LvBfyT{QDj>mz9[hwh5{l.L2DFxwxe:d&%ALA4$P-.jM#xHIk/~U' );
define( 'SECURE_AUTH_SALT', 'A8S=+se$a&j5W^YTU^<INyE<A4L<(mT4j?-,AX-zKt9O>)GAj9/5vAk~$cJF|_-A' );
define( 'LOGGED_IN_SALT', 'zMsL!Vlv$t+)4[6*z0fwl$mi_haxWTVb:zR&g{ r*{U0!OjC.hme8ik5DC!pm,L<' );
define( 'NONCE_SALT', '+yU2l-]#Ld])T3{wEc6<v6Mt>6Ll}3.>*QqR4h*2@8673d]UNZ5ltK`-WtUz8EwP' );
/**#@-*/
/**
* 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.
*
* For information on other constants that can be used for debugging,
* visit the documentation.
*
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
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';