Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

rewrew

rewrewrew

<?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',     'bd_ariel' );
define( 'DB_USER',     'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'Ve6o5.uvGww)?S/on.?j7R}7Zr#sZ.oRcCPt/#kxUo86:1P`8Hjf5ktJ{c^5OK=R');
define('SECURE_AUTH_KEY',  'QQ|lQ?EDsNEyX:-q9aQ1QpfP98Gdke9|Jxb?yk]iaLe0x_@X|SP`6c6@>k?4:iq$U2Uc.`+c2#mP4,fG~NFt+v$:;K6^/#_kJ!z&7@}');
define('LOGGED_IN_SALT',   '$ p=>|?/AFpI?ijT4#X@a(7|w.1jr+y?sT<p;LFlej)+],[-v3|GB2Yd()(Q+!y4');
define('NONCE_SALT',       'oOCOh/:pp_/`.KTIh@-$?$Y-~|ORBJN|}dUPuo<D![|fHYT@U9aX]|rNxX_zRKkj');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'www.arielhf.cl' );
define( 'WP_CONTENT_URL', 'http://arielhf.cl/wpcontent' );
define( 'UPLOADS',        'http://arielhf.cl/wpuploads' );
define( 'WP_PLUGIN_URL',  'http://arielhf.cl/wpcontent/plugins' );


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