Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

2

2

<?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 https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'database_name_here' );
define( 'DB_USER',     'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'MnKMffXW#aFeQu!yR+T,Cg,/yP?4Y-su;dt60_u~ ELx/!ig}4;o9@3|SCC-b|MY^O<U`(7!|6P]!d@T8');
define('NONCE_KEY',        'eg;W1*_62Mk<@Dc(9)DAZ1=0{lj)`TCKUEG$ 5vK+A.7kogsd9G5PoE]EUy+`SyK');
define('AUTH_SALT',        '+g{gg@aO:Nn&$tR.J|n+`0,9{1h(n}B9PyNU6N?{.j0fsE^;(ftL}J[mY1Xr2ie^');
define('SECURE_AUTH_SALT', 'nc0~lx0!V[-=+F&!p+1uyB;+Cq=lDfzJ@^PP-u%R,IO@y|');
define('LOGGED_IN_SALT',   '+<M_#{~L%]?LfUU1H)zty@xtGcrMzfJH4Qf6-~mI>aB.@kqzt8rUOSZW&RR');
define('NONCE_SALT',       'aE}j/7$[RJ=0RtOYi:DCo2`{F4#u*;_.S}0d5D>;=eRYQ?KBKsLs[lo7HAWfLvTh');


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