File: /home/httpd/html/seekya.com/DEAD/wp-config.php_backup_ticket_524664
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'seekya');
/** MySQL database username */
define('DB_USER', 'seekya');
/** MySQL database password */
define('DB_PASSWORD', 't9vyN4zRlb9v');
/** MySQL 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', 'ULGIHWGGPcsVi5jfjwelZgt1sTHsmYX2YR0DWTnSijJoELwrb3RybtQHuCvfKH4EGPhz29WC7gKhw7NmZpAOq2b7GCNXnRvAPvNt');
define('SECURE_AUTH_KEY', 'YXlaAAqrS9qOs8Dwh83sKE4cPwFEebMjmwv2r85iMsZntda0NhNtGD7TX81KfGpLxAFdAhKqL4rFg5joTFBtXAci8U6mca2foIQV');
define('LOGGED_IN_KEY', 'RMLeFJ5s6pGVHKgWFPbTTBFvnW0WutuiqdzjySwDbLReg6wk7RCTrwEMybxMwXRkrHJm5ojo3KPbwOsJIJ0SLNRDZiDGqPSDusuB');
define('NONCE_KEY', 'Q0qBaEpbxLNpLakPMOIwLh9qXLgW0qric43AkxIZrmGJ5dYuq9JtDt19v6lLgPTjj0MtYS090h6WYLUYINVyJ7SFqRxry4J6xckS');
define('AUTH_SALT', 'Sppqhj8EqlCSvnQ79pFq8yzRixbeVeJkcxncnOiyjs60LPl9PVFZCJxgSGV3xQUYuNqJnRbffERTHNLL0i1s1FQvFRQC5h1NEQ9H');
define('SECURE_AUTH_SALT', 'mILpN007m0x5bwzobB0dgLJynZnVftevY4Wa5a4BbiktAp7SGxKfjtnRS09HG1iBnQtY38pQ6qneMDXVyL1moK8UBzy6qDsrcU79');
define('LOGGED_IN_SALT', 'RA1lahi6Ky3P70JAXArhhjsam6fq8S0rotcfkPToOHrSUlrXGOUSqHuZmhpH6BoM5KVufd1s0HOh9CSnj3Knb3Has7N4yZB8SSsS');
define('NONCE_SALT', '1z4tqrfe735TqoIDReCFT9mmTDbYsKOL8I5YnZfGUdQUOWzeuthtgcG7UEe9piF6F1zQjAbtNgmR4KsoFMoM4QLNNEJ8xKzrSrnX');
/**#@-*/
/**
* 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_';
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
* language support.
*/
define('WPLANG', '');
/**
* 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.
*/
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');