<?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', 'contraz9_en');

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

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

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

/** 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', 'isnW{zmAub*o+^u-mHXBQm&{;SxEQosFuo>aFGgt>jJLK&pV&A/R*dNmkyvF}Fb!K)/Q?US<Q+S&_R$uhUIXKq%)]/)!ibmfGe=s(kfn?m&_/F)_^K*$tvMj!bo^aOdH');
define('SECURE_AUTH_KEY', 'aldfr/izSjuosy]wt[NeTf!k>TedEL+^=NX-x=)]D[NS]|HQ[|-$]*+pgnDlAyL(o+u/MK%g|/g/RF=QQW/j$C|%GK=mA{j&u;nD{Vg+QrEiuL{ta-T>VH!deaIqGpzq');
define('LOGGED_IN_KEY', 'y(J+DBdAzbvloqRZje?ZqtbxekrWdS]N{S*r!>Qj{grVbhXv$HNXyqm^nA*GLeKE&L)^?WSbDc(-m?$jcZCy{XD%sXM$Z&$gCO=T=pE(esaRRd>|uCMXR^?!_TqkrMB=');
define('NONCE_KEY', '!iY{a;JsKtk@ut+QVOl+SxIUB>GIClYh|SVyMTV/zPjSUoRzA)PzmfdBX/*IY(y>]eNKhV*&pvGUY]v]=j)UBK*qcyCZfxP;Fho/F/BIacBgs(@/;(?+ET=|EaX+_/Jn');
define('AUTH_SALT', 'O{n>{[iT|!a{|t[D{$(A=yCJTmhieVRi*&kBbq*VBZhK>dUm|;u_W-<{sE<ET<t{&EOn-Aph}koWi=fdIIOCyEYyIeG|ne+f^Bha@Vt%UV&W&cqswJKotuxJW^=ayIR]');
define('SECURE_AUTH_SALT', '=LRKK{<hgqCE&oXd*I+uyttwx<j*ALV@CxQ+D-wScdu<-VXCHs;WMvqFtUqTw)QM[i=XuG<a$]nM>SU!@%dGFeiveF!JbNF%(/GaRw>tyIzct;w*[zn>dzTtzkr/nWRA');
define('LOGGED_IN_SALT', 'L*MuYxm?CIFGu*GTkUkuerf&A^<=L*)/nPB>f]kul+/%SX]vSA-wBfX}PLeNtn!]CeJ|Df_ZAnq%PI;p<Xjf=xmH[Sid;}p@YxII$VtcLDC-FRsm!XK(Dt]U&Zsmf]Dr');
define('NONCE_SALT', 'V^sy=GH=TDRj)dMlPiy$(sfFj]c+asSMNjhAQR^dwVhOrOnql!/sb_!su{$W^^=CCQnDRPLJ<Rx!NSLDI-*sYeZ)QG<VWv/yAwbwOL>@ladXTbbd(vz{nfV+{XN)OZTF');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */

define('WP_CACHE', false);
define('WP_MEMORY_LIMIT', '256M');
define('AUTOSAVE_INTERVAL', 300);

define('WP_POST_REVISIONS', 3);
define('EMPTY_TRASH_DAYS', 7);
define('WP_CRON_LOCK_TIMEOUT', 120); 

define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);
define('FORCE_SSL_ADMIN', false);

define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);

/* That's all, stop editing! Happy blogging. */

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

/**
 * Include tweaks requested by hosting providers.  You can safely
 * remove either the file or comment out the lines below to get
 * to a vanilla state.
 */

if (file_exists(ABSPATH . 'hosting_provider_filters.php')) {
	include('hosting_provider_filters.php');
}

