File: /home/survivingthecreditcrunch.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:
*
* * 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', 'survivingthecreditcrunchorguk' );
/** Database username */
define( 'DB_USER', 'survivingthecreditcrunchorguk' );
/** Database password */
define( 'DB_PASSWORD', '3PIJPMKGMmFxiPc62S9Gb34HfJ2kX1OQ' );
/** 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', '9Zg+tF8^oZRz q!C(*Ou|&qmLE/t_S4xP(2d1[p#4V5r{s b]:R^+/KIK>kqE,BY' );
define( 'SECURE_AUTH_KEY', '_1LUnC>o?1L3|jGXyR>Z1HYM5B0`V*D)uJ&zUh7u+uLi,QN*efXLDiCN,0JR4Gz,' );
define( 'LOGGED_IN_KEY', '4: .HJ<2t3R%Q#e-uB={K&ptbe;FkX;L~.?qrIEpU^=v DX$kne|s;J<v20Fp5S0' );
define( 'NONCE_KEY', '&)6vG~32f4Gpd$).)0E]}|BN;t=S^5skZ@Y5J2zhk+{CGiihD3;-l{^:LSTkxe?D' );
define( 'AUTH_SALT', 'sB*M.hxd]SMW;aL1;`Df:!OVa5AJ!T*pm)S&V0i_E}05M,<La=YykJ._= oTPK#,' );
define( 'SECURE_AUTH_SALT', '#PIE9pykK0C=&ZuG,V!|.b<+#zz`gz?kbN6Euu`WFQ?#BeNx0GyFVLO|0&LciQdV' );
define( 'LOGGED_IN_SALT', ']TQ(c`:51CGgXZk=aH>!9<HFMp=y=H1`8Jsi,nUNh_cT4-}Ktyk(azhw2vJUMa=}' );
define( 'NONCE_SALT', 'ok#~IBc.;g-}dX|hV62GGT<eK{D*Z)[xj$<SzUFN;}CDze{vPJ|]{p6svwJi#dEP' );
define( 'WP_CACHE_KEY_SALT', 'i5q>#6_i%<Yy8]15SP<F!PKK}Inr7!.*Bg%7=G,;=PL]C-J?K#._m2j~}q EvrV%' );
/**#@-*/
/**
* 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 = 'VC_';
/* 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';