<?php
define( 'WP_CACHE', true );
/**
 * 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://wordpress.org/support/article/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', "mind1_wp_dnudc" );

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

/** MySQL database password */
define( 'DB_PASSWORD', "c#TEyD92Z__BIZ0j" );

/** MySQL 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', '21t)o9hR20D99p&_U05b1~8/&y_)DCvd(42YX00q_)NhB&|)&eS/&!xuPT@l67#J');
define('SECURE_AUTH_KEY', 'EUDr7S@301e9iFH_dtfIY7a9I8:;C95W_@_U_H3/u@&m[1[2[;pUBz5(to7|]!wR');
define('LOGGED_IN_KEY', '21-:_7~2co#9nmNU*R&--;3;;[SA-w[15[PGB+52rbv#00):Z/2jdLZ8k9|vcVYO');
define('NONCE_KEY', 'd7q#7b6)2fS3U!:JBnZEc5E(378rWn63~D(8d3|C~iv9-zw54TjC4@YhNdaD13]#');
define('AUTH_SALT', 'W1;*oCalQ]37W4h[]gU-41F7#QJC6;24]RL@zKE!CplBQvJ]&/6!*h%;(e36db0+');
define('SECURE_AUTH_SALT', 'wa]kf1bFCF1CXxE((nv#g_730VZM#[1Q717b47Oqd@5862k/iQBM-87zN*#J70:[');
define('LOGGED_IN_SALT', '0#1w9+s1[9xF@/8SvuLqW~Tq349JbBHa6ZPz5*595Gq]q8JWx%YBDYS/f[w*!o9a');
define('NONCE_SALT', 'J8O0yX-@3xZw4EGO*#8u36f54EF8#n2k34#-z+9Jo2r6@NpS8f/Nzo96BtS!3]*0');

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


define( 'WP_SITEURL', 'http://mindtime.com/' );
/* That's all, stop editing! Happy publishing. */

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