<?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 ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'babygacha_wp' );

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

/** MySQL database password */
define( 'DB_PASSWORD', 'QTMPRGzOh01S' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** 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',          '[1by[%Hrt}^%z>,a,wXOx}|9[kfCLOYu2LGA 3^6KYsyw{Mq@MR=jhz~QOZ7d@3$' );
define( 'SECURE_AUTH_KEY',   '1O/1M58y#Ag}]|l1`D3|]&GA-a*B9I`pCkmt}Jk.57@t(P>JU#%[H?!JEYyUziD&' );
define( 'LOGGED_IN_KEY',     'w} ]hcHzL%R12tAmh+a>ZG=SRDc50p954zU#NFPnfh`KRQ[I#Ay)f; L!{/R4|0c' );
define( 'NONCE_KEY',         'Xt;Hz=X2nQa^d3kRD0S{7NHO!6]6`PoQ!.;1OW}1jA6g;tK-ggn5=RZ2ke|Av[Da' );
define( 'AUTH_SALT',         'a24@v,Kt5MD9bpJKg|v88F2fl[iI-T{)g9>),4.DI%QVof;]XAx7niI4Lc[;;~`?' );
define( 'SECURE_AUTH_SALT',  ';,FUkyqg<B9&J)5ri_lNuD}B~2rNMjV6W=w~*pr18JP>Z$@vK +V)k:&F>Q1T$.M' );
define( 'LOGGED_IN_SALT',    'F!(K.Dszfr.kD|Z~F}*YK/y$Gl=],PypX[:QN[EkdwhBD7^UysB+vW,r2urR6x(a' );
define( 'NONCE_SALT',        'M3xbulUR&auJg:tT~@)(z< b%eeY$JqOJ[t+$]@g8nE^XB-.<,:7kBT>=~0|D~}|' );
define( 'WP_CACHE_KEY_SALT', '9NZ$!>A#8XB}fD4Yo;KTez#CLv*-8>xYxd:|yj4hn<Iy.jW~*Yuw}6WcX0b7Xqs ' );

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




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