Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

La Mojarra

<?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_lamojarra' );
define( 'DB_USER',     'lamojarra' );
define( 'DB_PASSWORD', 'iLAhTcpnTJKp9TsKicIu' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_unicode_ci' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'FFe-}bQ%[x,1&jX5|[381|i@F?OAQ5ZP?#;m?(1UbYPt%|rV7X|&CDs3vqp&EL@^');
define('SECURE_AUTH_KEY',  '9uK`/b~3Hro_o#vzf4kH}V5E5Cw60Ww]3$E?o[3JZzs/{?SJ{5JXEmS1h~V]O}~O');
define('LOGGED_IN_KEY',    'iq#m88^q6gw#PRDlc{}WS!|JO&Ed%6Y4:qI[yblcP1CtzQ90TNun}0!,]2I~t!84');
define('NONCE_KEY',        'OiwuXE4q%^3&5uS/0?QH');
define('LOGGED_IN_SALT',   '*).R`-^i|xYP)KBH$?i`U O0G*cw');
define('NONCE_SALT',       '{2Z*A`>MpgQTXJg&};^DM0_OUk4_!l%*?sDvPG@XX{)@qU& jKAk;-B1`');


/* SSL */
define( 'FORCE_SSL_LOGIN', true );
define( 'FORCE_SSL_ADMIN', true );


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'lamojarraloca.com' );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', 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');