Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp-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',     'epiz_29865387_w9820' );
define( 'DB_USER',     'epiz_29865387' );
define( 'DB_PASSWORD', 'HuHilmertoiVg' );
define( 'DB_HOST',     'sql107.byetcluster.com' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '+[KTPV,xVV_G1EGrh$`A;=D/*,AKqveog#HXtYxrlE|hFw|7G&d*Abs,!');
define('NONCE_KEY',        '^_K7-c-+:%|Xf,k@uR3_|KlS*C&JS|T+yc/}{[AO kPBP4cNk-[7Zcm$VkM#77Au');
define('AUTH_SALT',        'K!xEq4k&k!Ye%Po&K=x7g/Moz#n`bjfQ#x}dF_xU0`GpHG0SU-nk+};3|GACH_2]');
define('SECURE_AUTH_SALT', '[|zSp &@2SnM$UXVAYT{A;h_v*U{r=NH|o.9u+Z1[IgUNQW;Kk!n6 rFUp-v2DV7');
define('LOGGED_IN_SALT',   'j=#:eW9&Mi6r~|;]FYnJFasd!|za`kxi9`{S.{srD|1Ysvb.D8`BCvDxl2.2nX$q');
define('NONCE_SALT',       'fq5<X?mY7]|hg^$--J5G,I%?wYuqh!1E7snqfrk(`SB`}, 3&z&+}DzB:8[OMfTT');


/* PHP Memory */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );


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