Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

<?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',     'mko545579515429' );
define( 'DB_USER',     'mko545579515429' );
define( 'DB_PASSWORD', 'Kj7lk#aRp' );
define( 'DB_HOST',     'mko545579515429.db.45579515.953.hostedresource.net' );
define( 'DB_CHARSET',  'utf8mb4' );


/* MySQL database table prefix. */
$table_prefix = 'wp_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'Xqhf?+6THX&96f:?H].%+lL/ZLR.h`t+iP;C,ZUN*B}5*+r8U#j=^ Y;^5o^ |V-');
define('SECURE_AUTH_KEY',  'u-aGTTJkn.]zso[W;NnpRIWQ{4sp+0+RZ<^k_yd7.XZBD&%aOU@YO+<[2U&iB+D2y4;_V&Y<ZhVoRb.-UiRB2sP!CY<Y9');
define('NONCE_KEY',        '#S(z&=5,QRSPzslCUv89t5q_O~O.+K.By&,^T<+@{RQJL}#LM%+pf3U+|g_~y!?/');
define('AUTH_SALT',        'a[@|)zpLQIQ:j+XG/KreLF!p%C.,yfRh+@WuKa2_eSAzPGGutgMF-W2i,t2@Eh7~');
define('SECURE_AUTH_SALT', '7Qo#mH]=Ri+(~C-;={&U|SIdhK{;sfc,%Ntm!! /Q,Fnyr4Eg2}]+sVlo[*Ehv`]');
define('LOGGED_IN_SALT',   '~+UeMbkM5BY|G4-e&ZSyK0E/CJ{-6Tw-|{j;LsNzKP0(g e8u5ZD@(+v.');
define('NONCE_SALT',       '^yhM5=$-tMlY6H(-mtI-1^xZFV(%8(GZ;^mj8JLX7Ry8+|C-*=.P5-{fmu oDM2D');


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