Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wpdemo

<?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 http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'wpdemo' );
define( 'DB_USER',     'administrator' );
define( 'DB_PASSWORD', 'candy' );
define( 'DB_HOST',     'localhost:8080' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'Z#m3!><msq|kZIgsvK-_ D+HrxY<Ed@_ud{cR%w3|wWiC+}2D%');
define('SECURE_AUTH_KEY',  'HZ#2~WC+y0.h:T2a*nIg;K;+D');
define('LOGGED_IN_KEY',    '|]&p-G7N!B*y;@LxL!1`^f&+!F7>_)SS8a0Fh[)xDcn=WKhR!-TksD{zbQ^SPajT');
define('NONCE_KEY',        '.P}IZQ:+-Ts~[f0f~X<@P+/!FJB|!*VXQUKB^v#_fitv/QX3[Spzias&P%O-C_nc');
define('AUTH_SALT',        '??of?gn5A$g0<!@B7YD#<|gxwV-M#fLD|K,pcUS9z&/|{D');
define('NONCE_SALT',       'Kl-17%tFm(OEY8Hys<,o}UV8t6+E-r*Z 3Xmx0]`VxXII0;2PBTb^=GW/,/~&c7 ');


/* WordPress Localized Language. */
define( 'WPLANG', '' );


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