<?php 

/*7bc19*/








/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** MySQL database username */
define( 'DB_USER', '' );

/** MySQL database password */
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', '' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         'sKr.o uh[jqC=^zig5H}Yk8:{ALy@O$B<]*/;2($d$pZWIe^D&p>-mX.XU-F@qee');
define('SECURE_AUTH_KEY',  '-{p<kR i#/&EPvexT84#wd<s96u_i`IK-xu26nnky%`>!edszqnptzz]<I`/Izj:');
define('LOGGED_IN_KEY',    'S1<hA.w|T/MB+=im,S_d-a&.0!H[N{huNN?b+OrTjIHq,E$eB|d|Q|0=(0WtC}`?');
define('NONCE_KEY',        '4Z+}2:5F*_|b.{b2|X7I@s2u4.3dD4H #Xh10*=_=uP^b5j`r`#|3)5z|SNYP,n-');
define('AUTH_SALT',        'F_S&5&$u~=T+z5IfO]+3@Wbl3P~HQ|=m?wBT>LN|~8-kkQ_%Bl<Z+jmo&tt0BxIh');
define('SECURE_AUTH_SALT', '~tA8Et5Z:]%|?q(,ozy08_|Qq0HhVGD>12H 8|!w~{+Sk+h&$*KSBN@ja[oI+:YK');
define('LOGGED_IN_SALT',   '5P)mGQ0WnvUZUM&</)]=nM;d&T+j|n2ev&v9&e.=z#lFU]9BrM%c|&+su6Y+$UXV');
define('NONCE_SALT',       'D4Adg{!!geDGO@6hzWn*wHT=aI:4m7|v<e|~z(kVsW_:>GaM]I_cN*)KmbYlG*u<');

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_';



define( 'WP_DEBUG', false );
/* That's all, stop editing! Happy blogging. */


/* Isto é tudo, pode parar de editar! :) */

/** Caminho absoluto para o diretório WordPress. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Configura as variáveis e arquivos do WordPress. */
require_once ABSPATH . 'wp-settings.php';
