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


/** 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', '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',         '@&i&>B|731QV2Q_{nf/t/t_*kX1%Z}..lo:[N&|H_ME?xXX.Bx-?:<^h{t@5m~H!');

define('SECURE_AUTH_KEY',  '}`2ZDVSDZO~X{C9v!:C+1ysGbdgewd:?($LUjM+ZK(#L@K(b%h,Mp$/*KL!cJ^Q+');

define('LOGGED_IN_KEY',    'SCZCfDN,`d7Xe.~vlYCO00)UBi#h]Ud-cXKowb`b)xmS4w7JVd:tw nGBGZOjdTB');

define('NONCE_KEY',        'DAM!mOAm.UTs{QZ-T]8n)qddKVv8+EsH8E|zXV79==!H`K9d![i9@bdhr9Uj{S_|');

define('AUTH_SALT',        'V>0,;dx|1CCu=:Klg9$3Yl7ij%~{p>W)2wcALvi=c~.oE&F,l%<P9?R7x=}i[HWp');

define('SECURE_AUTH_SALT', 'TNrsgbjtzxw;-Aa:U_S,scRKI@Xa7|}.DiY$^a)p>dZK)t1d+9:buvzeRn<PYg)k');

define('LOGGED_IN_SALT',   'gClW1DI(Bk8YaP8p=QOVW#9?7-Iu^HUcAfQjTN%ggc0UsY (E|7O|~eQ}_+J;Y[Y');

define('NONCE_SALT',       'A~W1O4l{43D_ic58.vG0IV6g|BQNAp#p;9S?YerQakpdi<VBA+_P{skxLi&ZZMK9');


/**#@-*/


/**

 * 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 );


define( 'WP_SITEURL', 'http://localhost/Main/' );
/* 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');

