File: //old_home_backup/womenconnect.org.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:
*
* * 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', 'womenconnectorguk' );
/** MySQL database username */
define( 'DB_USER', 'womenconnectorguk' );
/** MySQL database password */
define( 'DB_PASSWORD', 'sTXOsDg3xUkbaBOr' );
/** 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', '6>b<G@0<wI>PHtvtIqA[3G]H1oZNr^pOd0nBD;=!DQGkXR{ F21z$4tF.{E>iQdx' );
define( 'SECURE_AUTH_KEY', 'B;pB/q|Y%=rs_vJzhFz><OnMPe(8#%Yo8/h>7uvzH}i3LN/h-E~#IJ(Qb9muCt,}' );
define( 'LOGGED_IN_KEY', 'U|7>Lk0ygV,3aQDl&ghM*KffZ=6?Ze2h3Zm=rJPLmF7?X.BRPm`r8W`qx`NcFd Z' );
define( 'NONCE_KEY', '287;kI*o*@zGm1A3 i_42I<A>vz3+?OF61F7%jPfow/zKqM1_*d${6? kp6H]>Tv' );
define( 'AUTH_SALT', '8Y2LlQ;j**1l9}dCf2wp&z;%2v2MZt#!cIw!iX KDQKdF%a=.5>Hrtn?*OOR{rkk' );
define( 'SECURE_AUTH_SALT', '(+nhVp;RvG!`47@mY;(aC9xfr[Vs&$$}dU5g.sBpb=pwGrk5$F9qI>b*1N! uBF4' );
define( 'LOGGED_IN_SALT', '&}Cb!1[)vR~)Vs=~53Ka]]~^=Pb~dtQO_T[>E>=4{+cj3J)V`U{i{4.H.=#l4/yi' );
define( 'NONCE_SALT', 'pO$yzwoIf c}66`eB[0PO*VWVT##gS-/,`qjM-$d5KYSHPNO/n/5C_@A(*`-~#$?' );
/**#@-*/
/**
* 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';