File: /home/vitaminic.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', 'vitaminic66' );
/** Database username */
define( 'DB_USER', 'vitaminic66__Sd' );
/** Database password */
define( 'DB_PASSWORD', 'bPbunHdlnLM_dIqygMIe4H2jHljp0T5R' );
/** 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', 'WKjV@[]UWN>ye?%<:PoW3_tJcny/WP^hkL2TQ^qp9i){hW]?MdlL4[2F0Zrg$9s5' );
define( 'SECURE_AUTH_KEY', '/10#C6Q2Rz#Aa$vH,z{cDQy=}]ckI&5_)N+[jfV]gDej3z*$38Iq[YCh6pu!,N~S' );
define( 'LOGGED_IN_KEY', 't^Xd}zfnl}CNlFuwQ|uQ/o/z=4pA/A0m^}-6YPmB7=:$Nw&9m:YHF}&*H~(r)&Ym' );
define( 'NONCE_KEY', '@;fvt|1%-KHe_ne699cNhz}e/O%;Wn=i:#hvO++$y^inD?lQS,^u`zhtVTF8Gop>' );
define( 'AUTH_SALT', 'AnH{)cx4!.Fg~7? =H|E:6Ux*DC*nM-`N|eO.Hj_xYmBOIsg>hz/=GLJ1X[D~U6^' );
define( 'SECURE_AUTH_SALT', '#Ck_@NJyH{f(OKd4]V.]qUdH6u1M%HsT%ki/Q`MW]?K%IoHdFbv=|z;3%zdI4MDP' );
define( 'LOGGED_IN_SALT', 'NYjttlz s=b$1m#HnsC(Me$X-gHXVGHe?tcAM%2OPg3$W_s1/H(N?}wDL|43:~8f' );
define( 'NONCE_SALT', '9e}.jP_]Zr>F+F!mlaOVWpP|t^Dr[{2):CjHk!$GNMZv%K/l:Kt1k<}ia`!i7iq]' );
define( 'WP_CACHE_KEY_SALT', 'Uy6]e|X!=Sy`b24;f<8aUX XYdTdh9X-[zp_CF|7PUDdCV8HcfXwf76jy,M%4Yai' );
/**#@-*/
/**
* 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 = 'wp1_';
/* 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';