File: /home/microdelco/www/wp-config.php
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'tKO8Nbg5yaxKRmgcsVJhGRGxTqqJI8TjYkPVhJ8NcB3pGfF2TWIZHam0Vq5nIp1f');
//END Really Simple Security key
define( 'WP_CACHE', true );
/**
* 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', 'microdel_microdel');
// define('DB_NAME', 'microdelco_microdel');
/** MySQL database username */
define('DB_USER', 'microdel_microde');
// define('DB_USER', 'microdelco_microde');
/** MySQL database password */
define('DB_PASSWORD', 'Admin!7282');
/** 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', '^3_JFQR}L*fAZAD8,3h.SBb%q?Wr_r{yPs$6TVw+q2Dfs4N<zbUOvrXA4qQ&YU d');
define('SECURE_AUTH_KEY', 'D7o{lT4PLy!4~.Th0 Cr]=^]:{5W0@@p1pS&O|V_}G}Jg. Z+W6YpBvRGWzJTeTf');
define('LOGGED_IN_KEY', 'mt:6ak]|4eZM4~_ B^TrM28+v#0i1yOIx0&0>Es4>;D$vC|sh`%nFlS=t9<#aq>)');
define('NONCE_KEY', '@yK||OD>BFtq#v Q=850:&KVGNJ2@RZZDB]o:1Wy%EqN8j@LM!$eL[jmEX817x[=');
define('AUTH_SALT', 'U7>)FXqH<v_zybNG36|fLQbZr_0SRzE*S;%v:$XH^TZpGAQ` i3^5uF>wkSN@I&P');
define('SECURE_AUTH_SALT', '5vWJi$Sk.%@yD>Au K>cHJ!=<afne/BGGgG4j@LZLKFd^d{Q-S}E`&S].6omSQOV');
define('LOGGED_IN_SALT', '(hNrOPp_MZ9t =&:`C#;-*h`-.+ZD!>.wfwu#KOtS<Ybsru >*^BF)LU9?Qyx]eH');
define('NONCE_SALT', '2M7fC,sK~f8}B!`.,O+@>5]q#hY3Zeb@WcWzQDi^Ac_G:MAnC0hruZQNRFe^_TGu');
/**#@-*/
/**
* 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');