Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

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',     'mpmoi' );
define( 'DB_USER',     'htvn' );
define( 'DB_PASSWORD', 'xG&BU#n_k!YG-r5h' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  'utf8mb4_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'wp_';
define( 'CUSTOM_USER_TABLE',      $table_prefix . 'htvn' );
define( 'CUSTOM_USER_META_TABLE', $table_prefix . 'umeta' );


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'EJ>zUo{9LJ(/C} <~-L.|md7nCD%2,B@bA]qc$NgNZ:-GbDP#`/qgk+hj(u~wiN;');
define('SECURE_AUTH_KEY',  'iSe[WX=}K+~TMMH5l+ojJh;E$lD$rFVdWsjwju|R^s~`{uB54ZO#LS7)e3*TxmS^wg^0FKN6I?Gw|_+beN-zF`-(eZ/rL.<');
define('NONCE_KEY',        ']-PZxU8(fk5tR/78H9i!<-DUTL.R Moe9qM|1GS{ZY20m:D|&$I@&AnEXMRr`4Q[');
define('AUTH_SALT',        '_%^qL<L-xwI:9X-^[} Qhkodx-8w-zhlk[hb1w^OjbVP}13qW@x6<R}-z+=#:wQZ');
define('SECURE_AUTH_SALT', 'koL7c|fhga5<L9WFNCX(u9fH&h{6&[?S%uL$:}qpE9FXs%-w|MYX0(sM');
define('LOGGED_IN_SALT',   ')-grk<:1$i(P7h$$)4c_?nxA++V,e19x.s4G0+q%6|T`aBv0|:Qwa-RNs]Ex[-n3');
define('NONCE_SALT',       'fG~n{||{+!-UAk~%!T~FD78QX{~,z0fDthu-7BZ${|z]ed<*[DY.X=OO?Xo3e{zB');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://mephimmoi.com' );
define( 'WP_HOME',        'http://mephimmoi.com' );
define( 'WP_CONTENT_URL', 'http://mephimmoi.com/public' );
define( 'UPLOADS',        'http://mephimmoi.com/ups' );
define( 'WP_PLUGIN_URL',  'http://mephimmoi.com/modules' );


/* Specify maximum number of Revisions. */
define( 'WP_POST_REVISIONS', '3' );
/* Media Trash. */
define( 'MEDIA_TRASH', true );
/* Trash Days. */
define( 'EMPTY_TRASH_DAYS', '3' );


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


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


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


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'CONCATENATE_SCRIPTS', true );
define( 'ENFORCE_GZIP',        true );


/* CRON */
define( 'DISABLE_WP_CRON',      'false' );
define( 'ALTERNATE_WP_CRON',    'true' );
define( 'WP_CRON_LOCK_TIMEOUT', 60 );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
define( 'DISALLOW_FILE_MODS', true );
define( 'DISALLOW_FILE_EDIT', 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');