Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

AWE-Config

<?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_inawe' );
define( 'DB_USER',     'root' );
define( 'DB_PASSWORD', 'crown' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '< %|syq{XslFjpEa{MtQFj.z+ShT,Z)0xM8.tFALHY2}x-_x~$QKH)IOLqx,!89:#!$hDnJ01.(I{,=pv9+Az-)Xn?W?+l-<Icz~D1)A(APa,|h( i`p<*:}h`@Zh~nSUhlCR~fg#/^');
define('SECURE_AUTH_SALT', '6/0ULKXS20U,;%-JU%9Wn-K!a_j@K[v|J@');
define('NONCE_SALT',       '.e:XU&9%]cdg<[nPF`n9XEM9BJ,k-2bsuL!@fpDY@Yb2Ons@tpKo');


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         true );
define( 'WP_DEBUG_LOG',     true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG',     true );
define( 'SAVEQUERIES',      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');