<?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', 'kkco_wp' );
/** MySQL database username */
define( 'DB_USER', 'kkco_wp' );
/** MySQL database password */
define( 'DB_PASSWORD', 'y1vBY7Luy8nc' );
/** 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', '+|}s@# cJOt6_:GrhO#gI~5p6@>g$lvMzn,F2r{v%.2Y85Mh)f7]3uEI}+QAQpQI' );
define( 'SECURE_AUTH_KEY', 'RQ6`BeYd5Z:)83^_U(.&Cs49i*%_f;o6u9:G~-hh<y-2+tM|YqTHsRa3:K~7VS$y' );
define( 'LOGGED_IN_KEY', 'le0wP/QPRDllO:^*Q~Os49e{Y.0k:8t|;}u}p/l,E[Cd-](!q;B`u31j=w<(y)P=' );
define( 'NONCE_KEY', '+D]EA&[3eT6x/un!B5]~tAb)ceh*$QoG>u(AQ2Hz;xb9pzgu}}.hsF*U:q_+P>A=' );
define( 'AUTH_SALT', 'u-c7UsQ/JAc+UL)C_>c3U@lB]M*2sox*7+Tx(PNvHm$j- ,y/sN));6(u}52f/6W' );
define( 'SECURE_AUTH_SALT', 'h]i{p%;d.nX^SL0CQux& s.=m>BwD6+h^>;=HGbvE,VTcRot}6JjGB6ht O|5Su0' );
define( 'LOGGED_IN_SALT', 'T`| sHV15^+ ?tO#1q/vG_vI`f_8E-0Pd8qBLD0N[$<(c?fEZjvcq+0H)psX(O5*' );
define( 'NONCE_SALT', 'wS9[cKOIVat_~z|=, ZH$]@p3td+^wPbnd:Uzi^E!Z#*HeO:wEpZ0m5Y]oYn])L3' );
define( 'WP_CACHE_KEY_SALT', 'ePvoV,^^FuP^R]/Ywf9p3nIPs2^m&j);sgxh/Y~(Oa5S`>h5Oo *vjf=y.BNhoYB' );
/**
* 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';