File: /var/www/vhosts/amphoragames.com/httpdocs/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('WP_CACHE', true);
define( 'WPCACHEHOME', '/var/www/vhosts/amphoragames.com/httpdocs/wp-content/plugins/wp-super-cache/' );
define('DB_NAME', 'admin_gamesamphora');
/** MySQL database username */
define('DB_USER', 'gamesamphora');
/** MySQL database password */
define('DB_PASSWORD', 'Zsl0_o68Zsl0_o68');
/** 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', '1>=$A|tk|t1}cV<uV2Z@Ac)@<@P0+@m-,K;;#0ZVlm0fnFy=2_&i4Y0hPzkk-# 2');
define('SECURE_AUTH_KEY', '@.SE0qMm^P7{g$PLuFJD)6pYW~qQbLOK+7$dZ)[4JMCDE*B9hTb+c!efz66kmiM~');
define('LOGGED_IN_KEY', '|@3#kcS~`&CisT*{n7PhUrBAx3+Xa,?W<~C&9c@)w2,+pg*A|)B+v.j?V.^S_!=U');
define('NONCE_KEY', 'PQMf9,<k~.ui)*&{+tih2+MA.Q.xU W_GYAN?-1mI&!wU-6z}]2mVxqU`fq4QKt;');
define('AUTH_SALT', 'vqvmuoizQTFnqSg59~kjIXlA<w$R3g8K/AE~~]7;A4.|K<_R y4D:d AuR+z.85I');
define('SECURE_AUTH_SALT', 'LXQycGC:M {g;8c9Ye;SK%Y)qRK|cM?6--ce9,?U&HalXAs;EK`}>T*p[ XiMvp?');
define('LOGGED_IN_SALT', 'rY([ l9wj|M[we*qfMAB{[-m`?etEp)$&(gDE/y39M3*>17YdB4@*~|$NPrUtb$C');
define('NONCE_SALT', '<rp73{a.e;YNujj`E`+J7.Z-ZF>**,JC_}iaEEa_8<Kw1NO!&V%XB9WG2Gi[wy(}');
/**#@-*/
/**
* 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');