File: //old_home_backup/nurseminerva.uk1/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:
*
* * 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', 'nurseminervauk' );
/** MySQL database username */
define( 'DB_USER', 'nurseminervauk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'ZLhUzVfcNTUNi5P8' );
/** 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', '@Jgtf&dKYLm&U/dlIF#eF]mQ13WqUa!Cm>#(&W#I{@7f.5;;F=~;8+Hig>-Ol![+' );
define( 'SECURE_AUTH_KEY', 'n&jKy6[Sej1YR.TjmP}Aj)b|zlD7#>p>QXt~U09}OC*!<g9i&C4q@f<>EhHXJhRZ' );
define( 'LOGGED_IN_KEY', 'Hp:dHy~l:8PgG64n`EfydV%jQvB0k3T9r=YYp$cA{iwVYor_N~%*oiT!Ubp4S|{q' );
define( 'NONCE_KEY', 'a{:c`f/|cmZQZSc/M=ueNOrn4froj/UK1r<6.8lWHrBC.sum$},,LP.END;a7Ufj' );
define( 'AUTH_SALT', 'X9 HSc3EH|o9,vE(yLh2btuGE${_/0{UJ}$QgX>e+~$G*P=BUm>oQ!!1nXD{#%P$' );
define( 'SECURE_AUTH_SALT', 'N.,}[I?d+Nmz[2RY*~#e3(er%KN{)A(^4wPT3@]Pdp59d^$exl-RuhrL|mGQ)1]e' );
define( 'LOGGED_IN_SALT', 'PBBE@%2o%7Opinc<292f]]9Q6I&<mBf,N;29U*x-!|J>zg:Ce2oEhfCb3]<2*2F7' );
define( 'NONCE_SALT', 'fE+9iq@&>9!dtTL 1>HXVy6!Yymd{Hn:.5fh`%K]8EzA@2 z6UC^F=BWs/Ohe0F,' );
/**#@-*/
/**
* 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';