<?php
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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

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

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

/** MySQL hostname */
define( 'DB_HOST', '' );

/** 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',          '%W#Pme`aZK__hT{@f0-4U=b@8w_W93s3[xG:O[W}rqrh`uFW0UAAGhtak0AzSlQs' );
define( 'SECURE_AUTH_KEY',   'F37{MG~Q)K@awZVlyX7AeQ;^cCMc>&tZ.uYRNdD4GqcL}!d! ye1,[<Yq:3y>T~6' );
define( 'LOGGED_IN_KEY',     '?N|o7{o0 OEz;(W.zY&cI)Q>D0-~qMXV3KoiCR8)bv&Jy={5~k7-J_V3}a16<B~~' );
define( 'NONCE_KEY',         '#wo/wTXkh^)%D2^pcr}quwA_Py9Rq?H%Z>__Jxj~pzz@`6/V4@).GO:BX%WowC37' );
define( 'AUTH_SALT',         'F:IhW|1>D-1>S|--lK<xHKqG-!q8N:p XQm69/zm$z,^a^9,EQ->I2<=@:|Y[xBM' );
define( 'SECURE_AUTH_SALT',  'C,CCgU;S_oY+b4M$cr0&M5&`lHT+c!H17%vpj1npu4th;K&#KEN ?OxfAmn-:&r/' );
define( 'LOGGED_IN_SALT',    'C};~VGw9> @Vm ;N:XPo,]q{U-NbRV!M~JnAa }qoeP`QXLZTuz^Eyr<iy(]@cS+' );
define( 'NONCE_SALT',        '=Eh+#oH^}-E;w,PjWnli(&m*{NL=}IjfG36{A[UL9J4j^> H5,|bLzxO[cEqW[`/' );
define( 'WP_CACHE_KEY_SALT', '^_BC{u3)d!0WQ(c`^9ef|/3uIKE!t2U8;8^(K-=b3%R_9j!EdZt0+hok&ad`ZWz>' );

/**
 * 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_';




define( 'WP_SITEURL', 'http://divinemagicdecor.com/' );
/* 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';
