HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //old_home_backup/elgincity.co.uk/public_html-20241004155400/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://codex.wordpress.org/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', 'elgincitycouk');

/** MySQL database username */
define('DB_USER', 'elgincitycouk');

/** MySQL database password */
define('DB_PASSWORD', 'Kn4iVIBn4WqgM24R');

/** 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',         'R$JZ%YFn!{X7~[3)ZxK4E/tQzdOCt{^}(TF9ixyZh?#s9z~[*;/ ,HJ/%<W#:}{$');
define('SECURE_AUTH_KEY',  'ZBeuWUK,s|l(SQ|>;Y(@b*pP(b9O;gR96$+Fy_V7;Lxdq,:#K`A4no,=3x%HD*nr');
define('LOGGED_IN_KEY',    'FJZW`hK0j1t#<S[81&E![ScqqCdAGT|*ULy;>pXxJ-^p:b{mi}dL[&wpqL)Mc~1F');
define('NONCE_KEY',        'Z(FgDAFS*aTEYAKl,IJ[0f?9kn!^}vJSlT kpH1~Fh*BM/@2vqo:~&`Oo3!E@9FG');
define('AUTH_SALT',        'l6q-Jg?kuo(mjs+%fkfq9=p6d%MEyt4j++/!*3#nq&wF6rvI.=*)q)NcLSt+zDw~');
define('SECURE_AUTH_SALT', 'ppdgjY(hX51GJ8 4}C9rGe`_-V:[(phc ?pms*2T(ue(-hR4!o,JNP>-+P9_hL3Q');
define('LOGGED_IN_SALT',   'kB!BlTlFX*>lH,L2_0:qq`&SSsb(@WxS:8KVlZfk>6/GuG$#@V[|2L3n_{?`T,%^');
define('NONCE_SALT',       'W8G@DvmJQ.z+)ta<M_/LiDMV{E5cUwe+oqA6FOTk%ZDKKo%J2u a:OAXj<*>$4Ev');
define('FS_METHOD', 'direct');
/**#@-*/

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');