<?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', 'bcp');

/** MySQL database username */
define('DB_USER', 'root');

/** MySQL database password */
define('DB_PASSWORD', 'root');

/** 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',         'oAN7t5T:Yp&--[]UBboO@x4i!+UUqn4<Hmhy>q>IO_!9#n9>x8^]IJ<^#8@le@4~');
define('SECURE_AUTH_KEY',  '<$Pjmg!(@J_oIIQlJ@7:kB,O9OJ9(Cn^o7.au(ux[Ne^dU45(;$ZsT?%$l]7Vh-M');
define('LOGGED_IN_KEY',    '<vZztk1Ph cM3Wc{3>ilg-+K~N:SDuOqhmOFHqc2tA3;#SWoZ.>-[n/x JpzQn|h');
define('NONCE_KEY',        'ub^KeZHUXR#lCDh]${:ip^)E{4GK#.=,V-f9}Yj.Z6m;{&WHC?<])|vE#gT?ti$b');
define('AUTH_SALT',        'Ef%x[wh1MYhnPkWIZkC3C2oC!4zmCCsW)Q4t#vJBs`mG.!_<Qy&)n= !)*SJly95');
define('SECURE_AUTH_SALT', 'Ab/jz~e5Ii{u6SfIrq`zqm4ySMSsx@%T2uz`u-jJi7[,^.~4=:iAOrB]]_T}&[)n');
define('LOGGED_IN_SALT',   '#@.)}<R+oEyS3+gvkE$=6UxZ+,6K5Zk:4nY2;j[YJ-5J_4SOZ&MB;(2d$0OD-a#f');
define('NONCE_SALT',       '0wP KMOt-W#R5pD;.6X0T{rh.Y&Z]n>=d1r}Z9raN%44?Hbu<jLH,rSZ``%8!2Hl');

/**#@-*/

/**
 * 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  = 'bcp_';

/**
 * 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_ALLOW_MULTISITE', true);

define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'localhost');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);

/* 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');
