Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Negocios

<?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 https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'database_name_here' );
define( 'DB_USER',     'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'k<-AG_,7UzGry7l-^-Fj*rt+lc*X~5@txGhcO^i}s<%@@p=qn^#xsdXng`Lt+qzc');
define('SECURE_AUTH_KEY',  '4%fOfy]<my}|l^Y-qtUe&#VhT*?,haf#+hanGB}*ukA^~bu m!|Ll+PqP+|@W$?~');
define('LOGGED_IN_KEY',    'b:X)1(#Abc|%``%,4*Lqfa|uW57mvNx!^2N][rX&TwWsS 8rH(Z>[3|StoKzd-$]lp #OPE');
define('SECURE_AUTH_SALT', '|3qHlsh@q4Uch#OsXp)7/k-=HkK-$69O qzXO+;E: 5n<hTR<3vw+<7;IyQ.(B30l//WK|P9I');
define('NONCE_SALT',       '0h,+jN4;}6>vY|yf-Y}SV6{:aK1@CfF+Qms4MG6o@V^$!ZXK`iQkqiBzhD+#|uv0');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://negociosnow.com' );
define( 'WP_HOME',        'http://negociosnow.com' );


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