<?php
/**
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, and ABSPATH. You can find more information by visiting
 * {@link https://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', 'skycity_skycity');

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

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

/** 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',         '.ei)mQhL{4kzf5fQX&+I)c)Lau/NvH]u{IkPU|1>7(8NyB-SfTqk4G]%p1w#R!`$');
define('SECURE_AUTH_KEY',  '9xh;FDR([y}|}|muh-R{l*?$fi/-5V+ec7M|_8qgCT00XnQ;wsaQv|bkWY|[+Sr3');
define('LOGGED_IN_KEY',    'Op-~r(*9ra$;;YoQ?P%Fzl`3%UVb.Q:(h8mi]k4<`=3G6tGWgbN?F}sZ,X(-h(8f');
define('NONCE_KEY',        '1p~0|ObCrm+%|Eenf9N|c2%&L9{)5sK;OiSkT}n0s;V*:?fp=u9hZk%@I/ZK|gEv');
define('AUTH_SALT',        'qlgQ*yYZ0}^$6*2-zIU5Rgp35/OL1}wf.(VDr9toiD 9,!M43C?^K~k=Ck9`/Gz.');
define('SECURE_AUTH_SALT', 'S|n.<CE%L|++)h$j|}ShJ+?`?gvtm(._#_JDWm|{_7S+>Ee} Z0#<bcL(<dwbQ=J');
define('LOGGED_IN_SALT',   '6{FSdQNT,C%;bj{gj20HH{3+i!;.4co_,hw+G1Bo-Bn;!<ljzixvsH>GI$U8.dit');
define('NONCE_SALT',       'B#9-=~fg2dfR-8h%!y(OI2pu+-=VA;sTmfM+d6n+7jB`F*BWi]GnzR r5h&!ZYn:');

/**#@-*/

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