<?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', 'ss_dbname_3dnhfk2bl4');
/** MySQL database username */
define('DB_USER', '7x7u5pYvAH5KoVG');
/** MySQL database password */
define('DB_PASSWORD', 'eofOsdvBfMfj4Ze1');
/** MySQL hostname */
define('DB_HOST', 'marydigg.ipowermysql.com');
/** 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', 'bh,4`JCCx6=g~Xa{>2yHJ1R~HTs^B)-FkI.^*vB*a{(:lu=.{sG[ Kzi21pjw%Id' );
define( 'SECURE_AUTH_KEY', 'jH}{2}- CG6W6x?sQVUBs0koM>MqIreA2x~r~s.*0;sAW=W0[bM0FG!&~&s?|;+U' );
define( 'LOGGED_IN_KEY', '@*wL;b(nH0W$PAP98OV,D};ly!z/M)DhoCwWEA #M$3th0cCi?.ktk>$/J)lo4-v' );
define( 'NONCE_KEY', ':5C((v0eD6H,AG)=Z}hb[FO$$^WbTDuT!3^5w^P:r9T^]XNkNy*,69Hlb5Np_}qr' );
define( 'AUTH_SALT', '}*bOZuz8Y<x[[Z2j F:kLw0 5TmOAI&PG{C,1]%AZCqBXcqc$746]i$%h-:(/bIf' );
define( 'SECURE_AUTH_SALT', 'f6J;KLd} M@6:sC.!oqu ~kKJe|-%_|Mflgt5b&=2YaRpz}Y.JmWkkYR*X01.k,`' );
define( 'LOGGED_IN_SALT', '5BK4>7ka<Eg9as:Shm8[$qL*`Oj/#7n<-7$V[0%=JRKOsE8v!Ep6WHn#/?Z!L5aR' );
define( 'NONCE_SALT', '_^.OP-B9d~YR:-=N4SM|hOvY)[K;TAl!D*z;nLk%nC93y65~@bx]imDS?Uqdp(}2' );
/**#@-*/
/**
* 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_yvcm_';
define( 'DISALLOW_FILE_EDIT', true );
/**
* 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');