File: /home/david-walliams.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', 'david_walliamscouk' );
/** Database username */
define( 'DB_USER', 'david_walliamscouk' );
/** Database password */
define( 'DB_PASSWORD', '1ai9VyNS_ACAn-sw2USuHlIQ-g2loE47' );
/** 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', 'OK>lV;8+*?ur1Ofj>!&f.akF]W?M5B4}T^N#-ZUqYa`#-`37-_QZ594pH`:ePIg5' );
define( 'SECURE_AUTH_KEY', 'G^44qkF#^B`cQ`#aPm=aUG5(>mSgRW*zqd+Xu=[iG~TR5@>vEBnW((2aMJC7[tv8' );
define( 'LOGGED_IN_KEY', 'xq0mx/IozFEN.J>Mv#,^},Vf9s#!E[PNDQ{l8( *$vY%FkJ7 0G$%yhsF5+^clJu' );
define( 'NONCE_KEY', 'x/pNo-{u5f<+]DJ//Ku}&D*ni:]6fZ=#Alz$ocYBt*MlK0_7s{{9Tx[ob~@?8T={' );
define( 'AUTH_SALT', '|Pnv>H$/R!hY*N0- Bb;SFBXuM|c/@0BAdSIC2k:6Znj_}!;K=JN/W4gQev.?uq8' );
define( 'SECURE_AUTH_SALT', 'Dr@f3Q+.k{A^?.2ngn,z1#P=a)4T2/(S6Op*8@W.d-%g+M(P`-NK<&K}g}SVTRO`' );
define( 'LOGGED_IN_SALT', '?B#f$xQ/f5[bJU|B-P6.ZwV7Ps-C)ou4yYqaTFp:oO`*eU7 tyy!#`0~UjTDvaQz' );
define( 'NONCE_SALT', ':pQq2j#?V~Gt3q%pg*/Mz@dQ%7Iy.H~fQc#p|9C@zj;/r(1b0Aus%0$f=x$yw<Zq' );
define( 'WP_CACHE_KEY_SALT', 'LlAZrk_7Ciot( m}HpV<% vzO1J%![fJn8.Iqj>OlKLwjp.zbI5NR:Z;01t],m 8' );
/**#@-*/
/**
* 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';