Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

luhum

<?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__nrvt9' );
define( 'DB_USER',     'wp__dh2cv' );
define( 'DB_PASSWORD', 'IaRlEfb8p_d8*J0q' );
define( 'DB_HOST',     'localhost: 3306' );
define( 'DB_CHARSET',  'utf8mb4' );
define( 'DB_COLLATE',  'utf8_general_ci' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '[@E9E6t%JF5j6BDxJ9eq[~!zOb%Hfb-AlZ=?Cy-SZWv>g[+vosDS.|>~Ke_!C*]7');
define('SECURE_AUTH_KEY',  'A ^&g Ms8dY8bv;Dupivj#q&F]vdH=>%;9o1,~MJ~3{D;!{<COOaL=iiF~8.9s)D');
define('LOGGED_IN_KEY',    '_-Qn:odXNxt+?qKzn)OLhmK-]IOL4VGpIn3hS[#/sIqtl?mC0~m@$iZK}-YJw39O');
define('NONCE_KEY',        '1(bFMe7*4#.}ppCWHed6AOrGhy@?P<w1{tv5XeW~g,mYMt%C|');
define('AUTH_SALT',        '~[0$XpPOz9a6MdQJ&Ud1X*}4Fy=4iFE-!?9)Dc(zk&PE0tM&+53a.oVzV]%K~8r~');
define('SECURE_AUTH_SALT', 'B)%n({4t=j^<=?(E.s-HP+9jB&]E-~ 90NdChJuP8)D*(:6B*=rjYYIW]O.+.uZU');
define('LOGGED_IN_SALT',   'SoY7LPC{K8fytPZ|7f8%_r!]eL6YL}7mH]WU +ukhC=X1=<?G_|gwqbS43:l+17V');
define('NONCE_SALT',       'md(:[2z!p#VJ*fHuQ~g(@{+JvqEVJ3jYK4F,)6-K{!p[;<EX_}s5mm^gF$H{OgV5');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://luhumi.com/blog' );
define( 'WP_HOME',        'http://luhumi.com/wordpress' );
define( 'WP_CONTENT_URL', 'http://luhumi.com/wp-content' );
define( 'UPLOADS',        'http://luhumi.com/wp-content/uploads' );
define( 'WP_PLUGIN_URL',  'http://luhumi.com/wp-content/plugins' );
define( 'COOKIE_DOMAIN',  'prueba.getlov.com' );


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


/* 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', '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',      'true' );
define( 'ALTERNATE_WP_CRON',    'true' );
define( 'WP_CRON_LOCK_TIMEOUT', 600 );


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