<?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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'corehophip_wp_dsbhe' );

/** Database username */
define( 'DB_USER', 'corehophip_wp_fbpr0' );

/** Database password */
define( 'DB_PASSWORD', '*o15W8&^B3xW~$3Z' );

/** Database hostname */
define( 'DB_HOST', 'localhost: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', '@[l];PD9[ZX|s+t1W]yAV(XuU6Oj/0L)*5%oa]Nt|C|77/3-R_]0kY|+w6IIi/@3');
define('SECURE_AUTH_KEY', 'L_~hRiS8J25VH3TlM8hy1V%)@xaQ8|oW[G6whtuKF1!Yi/Jt]zrk)@9+W+*Qmw19');
define('LOGGED_IN_KEY', 'ERg6[2nH8HG7x0:8cS9sfs25orY&2%uz%woL8d9Pt1y[Uen2#C6gYsaZ@B[5bb1!');
define('NONCE_KEY', 'J@!8]HA61]aQzef8zz&6q/M/]7!ZL*1pQ-L(9gF52XP/EaMMM)OGd@R[8B2h9k:U');
define('AUTH_SALT', '[3816@cB03D1Z)x9Q3eARH/QDe6[I6FAe)Yn6DsltIQhIAn%srb+s4F;(&:v_b!|');
define('SECURE_AUTH_SALT', '@P(:p5G3[v5;9~n85[q58ij(:jLR*ba~*9&4k2|SkDgkq5@Nd7/H5-YB+29Grm~3');
define('LOGGED_IN_SALT', '5)o1Y)e:4797Q@OKQz+n@etmcU38F4Z3570)Q2W)6Q94AtKk:2~fbqnXeD+krU@:');
define('NONCE_SALT', 'Oh*MkgCpg2EY%2W3PwazO;KepEy4;y%@ZpRMi&/1)~)J&h*n+!X3#7#8-]12RDyI');


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */

define('WP_ALLOW_MULTISITE', true);
/**
 * 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 documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
