<?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:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** 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', '16Qq78)5;M+-aF64]-5R6yL@q[jSlXKPo*exv5(ga3|Gx8|-0_%0sTk8chX3MhRE');
define('SECURE_AUTH_KEY', 'e76B4o;~+78PU#w9cxWn6*;GS/42#Z|lp_~I*13et6|U_5ceg:9Bf)73j_z|%7|7');
define('LOGGED_IN_KEY', 'gW]0H/]@~;*!7MyG0hVN|5b84210*Cat62(E&_pB1(S|d46_T#+Fu0kivh|L2zb_');
define('NONCE_KEY', '-xr48|2@gb~11aS35)3]uc2h~|SVz0)[vq&4k|eI)P~+0;81/:5R4(|)%RyqS+Q+');
define('AUTH_SALT', 'iFXUO!U)Y*qwKN++4x8XPKd)6XN|(_N)/5/q5g;g&3+[]PV1&Xn8(/bKV[UJZR/g');
define('SECURE_AUTH_SALT', '7;2243:@1d9)8Ey@W~4Ld0]Rr_2~4QSEfM~]hJ5DgP;CT74D-8&:tl61aj2bQ~6p');
define('LOGGED_IN_SALT', 'q75ZjW+(T0q1Pr7JC79T-/Km&ve|eRl3@X5f7Ps0XFU8_1d;C#HfI08#uC39~/B#');
define('NONCE_SALT', '+qA6[fkJh-Z71L)[g22150uce_16SDy)U(yWWpuOO)6ZGtqNzY4vvM[-73K9b~5|');

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


define( 'WP_AUTO_UPDATE_CORE', false );
define( 'WP_SITEURL', 'http://staging.dlcervantes.com/' );
/* 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';

// Disable automatic wordpress update
define( 'WP_AUTO_UPDATE_CORE', false );
