<?php

/**
 * 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:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * Localized language
 * * ABSPATH
 *
 * @link https://wordpress.org/support/article/editing-wp-config-php/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '' );

/** Database username */
define( 'DB_USER', '' );

/** Database password */
define( 'DB_PASSWORD', '' );

/** Database 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',          'UC48t&,?(5@4^$7^gWzXhR!]o*B^~xq}8o]1qN_2n]9LVJgl88{ZW^hFH rMJ/&M' );
define( 'SECURE_AUTH_KEY',   'u(DQ?+{,tim-h.0]cI?jrBuMTz?Mw2#21qi1@|Pim2#yQ[Km`/.=z@6%J[?hRrs?' );
define( 'LOGGED_IN_KEY',     'lTbv8`BLETY.^eb!=^HFg/BuNfGpXSDjH&FB|t63KsS?PIEUyZk`&onuVI>DyRbO' );
define( 'NONCE_KEY',         'bVMAwvW;4wb%Tt`ZfeR)%_`1OT8%S Nmi_cs^4<YoLL7wSS/ibw|5IubfHsjdf*G' );
define( 'AUTH_SALT',         '#SM3+3S;mg6xm/m_|Zcl_c&kkw+5K,Wlp7ya(v0=sSaK;r?4GC+rB b}%lw,Gqcg' );
define( 'SECURE_AUTH_SALT',  '|RbR1>$|r{#KW8wJSsKTG6L*w|v/eDvzdR-B_KCx6+*K3sK tp/KQ.|UD@*;I2H@' );
define( 'LOGGED_IN_SALT',    'TO6+dJOtw;J5oRM@NzJTpl*km6NH s[-wF&x9+Zu_krf#%XWnP~]q.>s k+M+!t8' );
define( 'NONCE_SALT',        '5gzL,J}3x~.:BKI,]zY@ch:#`_neLUt,EqKb(LV4pZur&l>yYp[vZoE,~3+[Pgr;' );
define( 'WP_CACHE_KEY_SALT', '|Ksy3Ldp;MTnkMQ/2gv__ng1/afJ_kgbw $b`?(kv |mB8o?plJhCR.S zBodAF^' );


/**#@-*/

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


/* Add any custom values between this line and the "stop editing" line. */



/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://wordpress.org/support/article/debugging-in-wordpress/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'WP_SITEURL', 'https://www.vlados.com.br/' );
/* That's all, stop editing! Happy publishing. */

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