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

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

/** MySQL database password */
define( 'DB_PASSWORD', 'W=qU%Dk36VyT' );

/** 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',          'zcOOy#V6Tprw)2&22^!f2l/}F%b1(xscvJ*i{![N+a0kj-z!D4Ek;|pxYF{`8Es%' );
define( 'SECURE_AUTH_KEY',   'aO`v_HNS/UBEmt-N=(VH}+wIJg#p!!b;&+L;Ag!L ByWdySz.fZB`y*]4Z2bI/:1' );
define( 'LOGGED_IN_KEY',     '9S+A?E.dN{t+^wDBAr#p>$;>+9 X=w:8|S,iEpX(5)d0g7?~Tsa].w,Exg5_`@7+' );
define( 'NONCE_KEY',         '36o2 f@%_S%)??r,DcHo!k8NIC;n*,_yN-R;H |/^[~k|M2opj,!J1Cw+f*X`DN{' );
define( 'AUTH_SALT',         'M(H5 4e9CRgn6SpWN_SoA[dDc$LoB+nogN2Pp%`HR&*(b-@l|<*Dx@-l4a|R>ppg' );
define( 'SECURE_AUTH_SALT',  'BXS8D|H|0s~xUyw1+ [Z&PL/%?Q[gZ<]M=nFBLL}sOB~,nP]H@9CgCKpvU^W9z5 ' );
define( 'LOGGED_IN_SALT',    'lm08N,(:!sq<Adsv3T958y(1b)ZT[dBHsd%+#fg%ObQ]>paB3tVyU*z),,$_>7nu' );
define( 'NONCE_SALT',        'v6HJ}=yo#+ULW:DxbS]INt-MD6?Q,_iS=8(@Dm17P)~9x8&7fkRkt{3u{rFw2vO4' );
define( 'WP_CACHE_KEY_SALT', 'iRCULzNU]728&k(6L]}|sY(}VZxt<@@?jSR,6?<W$|b)<P[T~bKyVI{ZQ0$S&R' );

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