Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

a-mariana

<?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',     'muniqueitas' );
define( 'DB_USER',     'marisilveira' );
define( 'DB_PASSWORD', 'Horario2.' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8mb4' );


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


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         '>6pm)3AM*9 d|.m_XLT`+6(LyU]40dP^VaV/|R18MKwq>)^2W*~,cKd+_to2`q/X');
define('SECURE_AUTH_KEY',  'xUgY.H9LR9|>w:-Nke>GXHl}p-G%{0ozid;$|=j=RC.br?;7EEs6-');
define('LOGGED_IN_KEY',    'r^+E+~W#Kc)$$,-R4Q~6t0#{M=0h}H+|^J`hc-(]%Pt25W,|mV=Zk7)5=([E>URZ');
define('NONCE_KEY',        ';6(tgq(L?;>B=cM?/+,eDH-_oRFgw!4?vC@$2;9O|RsXWXpo,');
define('AUTH_SALT',        'pC&@L3+ZWtP!n+3ZJLmyFAMtx(V-?G b{jC*LN#5V#tR3~{?<Dm');
define('LOGGED_IN_SALT',   '8+^H<kkY-m0X%?_t!XMIMiP%1-F76iGd,O@BXS<O(rLF#Q_q+} 5');
define('NONCE_SALT',       'E;-K+e-_5`/rnmcP/Gx0t~KUw0K,F0i5iX/e%AgtXLBRBw5g~wh]|/l=FNd1E2IF');


/* Custom WordPress URL. */
define( 'WP_SITEURL',     'http://www.muniqueiras.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');