<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link http://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'wp_koderd' );
define( 'DB_USER', 'koderd' );
define( 'DB_PASSWORD', 'vcVbthdhNK22ZFl-F8HM' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', 'utf8_unicode_ci' );
/* MySQL database table prefix. */
$table_prefix = 'U5uIe9Tbr_';
/* Authentication Unique Keys and Salts. */
define('AUTH_KEY', '):[|KxiqXBSZ_U)-Pe7B%:+_:mCr]ZU+ej%T,{YJ<|2^$D(@MY]P-nn>D{i5>>t*');
define('SECURE_AUTH_KEY', 'V_MlSC4~Z*vQ;LaivQfY-^wT++|e],+ass5&(y)rKk|}b=Lo? BJt~/qqw_Beb!R');
define('LOGGED_IN_KEY', ')Sj-^j31W(R^8;XO(M/a`){4]^au_-!bk_=ff~XjBV');
define('NONCE_KEY', '{7HS83a t}mmw1u6U}%x;ZKL//y(>-s`RF-E{)aEI->L');
define('AUTH_SALT', 'R*/XZlFOW1+SnsiP[+>Hhvb7~Y_ZTDKV)D;cLTT>1D](4DVyHM+MCu^Lp&!]6|fFuF3cWy0^GQu-+J*a/7e^JlXlV-');
define('LOGGED_IN_SALT', 'mY<8iP;Eh};m(SS[0Ao');
define('NONCE_SALT', 'n^j4F&M$+lL)xE:+U_T=/hf1N-+PQLG0B}UCthfV}y+!w;C]d{a5w|IRj+Q(s<(y');
/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );
/* Custom WordPress URL. */
define( 'WP_SITEURL', 'koderd.com' );
/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );
/* 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');