Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Kode

<?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',         'aH%AJUw%eKMa~9K=X^2KRmQ|p6?j>hK!qZ,IyN&+hD}xA#RNR3Q><]]%|TL?`G+s');
define('SECURE_AUTH_KEY',  '9)Us:;bjFCyw%|xe+Z|S{bU5^gH fW=^A6|*O!|E;Su^Bq-AD[s-7y#k-)Q%IpV6');
define('LOGGED_IN_KEY',    'ZNcu&VOmzF+:FL?HgZ@qRmpy!09X?n~M?+qf=!#`+j874xXDB!.ySO-04#n/ vm#');
define('NONCE_KEY',        'N2+U}/O[$#pH&[*[JCOrVW?z7|_A7qHJsqM:W#S45QD|R+Q!H&A6=l.,w:4}L*^H');
define('AUTH_SALT',        'aMve}_Gs9<-b}Bc_z^C8mML+e0: q)+l.4t4(U|cAa-0}%CN0ZYnWdBahq+-WC-!');
define('SECURE_AUTH_SALT', 'T#*M{0U#9NAZGMbfgsXZ*tgiJCP9g<?n:9EMsCW3-h8mTl%+');
define('LOGGED_IN_SALT',   '}T-I<cvTkf/hv|p8{5S[sbZSj1u|vDOd:WuY$EoykGn+jp`Av@-FNuh)^Jz#%4Ml');
define('NONCE_SALT',       '}wIvi(+|i!3XMNzb!');


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