<?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', 'Hw;H%. 8@$-E37F+Fi!wcMq@]zxEJf>>-zdeC|jZ$#{/DYBW4aOe#$YX7-:7>j+}');
define('SECURE_AUTH_KEY', '$.J //.+!N5I%m8wWgSpN=RSF_ZDtpfeDs~7cLNSXMr$/KnaG|#-,VD2Qb3G~Tbu');
define('LOGGED_IN_KEY', 'vz,;!EHae]+4NPXopDRF(waS7tn%/`Po qv<-!wysUF ],lR6O$41{Z44J7-<');
define('NONCE_KEY', '+-c&=|(R2_UvM$lT1Y6Ke.1k9!Lxo@`ti-8wu~h`hOt<5GJx[CCvYWUjb@a>F9.>');
define('AUTH_SALT', '=1a{?KRn#3UQJXrC?D-@~x$HMCxKkeqXFq0|P~aJ+-;Q,RvEqQ&.Wi#X8:[EF0-Y');
define('SECURE_AUTH_SALT', 'm#bf:4M6iiu#RZr~43tI)Q(Zlw3Mjew,ns/~:de +*bu]]wv,CZh+S/DAUbq*~~L5x`P3|_fem]w;a*y/wR,t]P>B-!thh&^=hJO,|TiQc$%Rvj HxC_lpU*Cwj');
define('NONCE_SALT', 'M7:jnf4EvE:u`9lt=lQG|GA%(e@l%b}z5i6|8#W yGUxEZE|}!&0J[qi3|MNt`D7');
/* 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');