File: //proc/thread-self/root/home/jrrtolkien.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', 'jrrtolkienorguk' );
/** Database username */
define( 'DB_USER', 'jrrtolkienorguk' );
/** Database password */
define( 'DB_PASSWORD', 'aJMnzvuygsyqJcSKioqAA7CSHqxxwJ4x' );
/** 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', '. ` 8DZ6JJ(:5Q p?`,H@V`^?>Z7UYV]A~b6V0eapvhl@lsBprz,OoNS((udpqQs' );
define( 'SECURE_AUTH_KEY', 'i26]tDb*e)n4}m_],p^,RT!|yeDj/^GM~b2L<,oEU5Q1D0rXslLX]^Jm@vb<Q.E.' );
define( 'LOGGED_IN_KEY', 'uR+N1KG6F>=Y*#a&MGo)Na4!fgdToYWh(-UF4YkvB+pmzd ::_B]P^UjGYAo@{ZR' );
define( 'NONCE_KEY', 'ibYk`4NYZE=*A=RDHQ)t$OlP,e=gC%FdHUM7.ooiW*3`hw% SwqAms ET_G`DR3>' );
define( 'AUTH_SALT', 'm8kU|dxQ=}G+!&UZWU,B49;#@sKB)92jWr ^!4d.sa@[g7*!c[lehdm ]E[6h7{:' );
define( 'SECURE_AUTH_SALT', '26ijJvak#f6O^gvUKz@h^1n4!;^Pw{y-lL#ef$Dzu10X0+kRJ>]L`m,fH[~lIP#' );
define( 'LOGGED_IN_SALT', 'n7g6]C}O+?[cbc#W/1B0zdmbKV7p_Y4wECmJvmL%|}#w8 AM%,;LPggW^r}3]]0*' );
define( 'NONCE_SALT', ':/qyAB[U:TaEpp.&%aC|Y78vA#5O;ae-&J=D&,-p{&[U&hrTLn.M{+fmE2}s)SH&' );
define( 'WP_CACHE_KEY_SALT', 'AiS]:$OjimR+644Wrc`Mlf>YHCw`xt.z4nSO5G=Ig&YJjH}YrXLshu ].?xq_/gY' );
/**#@-*/
/**
* 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';