Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-config.php

<?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',     'wordpress' );
define( 'DB_USER',     'wordpressuser' );
define( 'DB_PASSWORD', 'anvil-speed4-laborer' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'O{a!<U1rx-%ZkY=N?H^{<V{N8HtQ6Z+J*h1ROf}}DpBQbQ*i]BW+[cGl9 Jn!+WhE');
define('LOGGED_IN_KEY',    '&ueU&sp-um,&nlB>)u(<c#LV r|2Q4WsRVhP~ZBQHx@:{F(l$`*O$_&]#mO/|_~P');
define('NONCE_KEY',        'b,h~MubCjM,^Cxwcn:70.)xMpRel9|*s%#I3&!rst/%AWTJv_d2z;y`K-+L54[[H');
define('AUTH_SALT',        'vrydj$wng ;I+A]XEfT+(c(y a2!UmqH5p}4VT/+sI9--HuXC)8LBuvlSTxO-U)!');
define('SECURE_AUTH_SALT', 'uPV^ 2~Dn|x^i]!]b|v%$fyd&pOu)Zh71k8m1OcxEdU(HENJj?<mSy.ZKEU|jj^u5LW0+(PQz7bY|j82cJ<G_VWKwu#Nh`Ug');


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', false );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'ENFORCE_GZIP',        true );


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