Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

era

erag

<?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',     'eraglobals_com_alyaumay' );
define( 'DB_USER',     'eragl_alyaumay' );
define( 'DB_PASSWORD', '[email protected]$ERA' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'j6}5e-mcg3ZWPz#!|06?~S}R}U2[HZu8&TJ1w]0*f|TN5d,(o~6j=KAqr!C&^+R)');
define('SECURE_AUTH_KEY',  '<^4KqtQhWw~]^iEbvQ2gU0w6+g|7`*i9oQdoKe>6lZq sV}Y-7q(;Wg`{9(');
define('LOGGED_IN_KEY',    'mSh$J#`$.::%xPxFTGmpxrWOz!Vx/)zuz7,}[/>aj*4|= VnZNfRk^k$G1y|mZ^T');
define('NONCE_KEY',        '`xilO=dU,;[|ab3kJ[c?/fH3>W.G7qZ?#e4+g1uvbeR>(s!a^OaC85-Sod0T+P&j9_WHI|ec');
define('LOGGED_IN_SALT',   'hkb#_5NsRJK+Iv)gw94,_H9vw.^`?/-A>E&uowL%fOHBbh$O!oJvJV=y]$p+]l. ');
define('NONCE_SALT',       '638k4]e!l?YI>h9#$Aewn/G!y$Y.HP.z/Qygmylb/>-}7wkN$<|6@K^E)Y9!^#;:');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://eraglobals.com' );
define( 'WP_CONTENT_URL', 'http://eraglobals.com/wp-content' );
define( 'UPLOADS',        'http://eraglobals.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://eraglobals.com/wp-content/plugins' );


/* Media Trash. */
define( 'MEDIA_TRASH', true );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


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


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


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