<?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', 'iavddcx641');
/** MySQL database username */
define('DB_USER', 'iavddcx641');
/** MySQL database password */
define('DB_PASSWORD', 'Sayardinho2026');
/** MySQL hostname */
define('DB_HOST', 'iavddcx641.mysql.db:3306');
/** 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',         'Tl8haAeSXF+Wm,.to$Q;+WXd3RIx?~7b/T k6yD+?gw]:aex~,{Z=C>V|Rt6%IRS');
define('SECURE_AUTH_KEY',  'A!/J{XKgsE<7cHI1_a%ona~`|Om8I>`<zenGu1]CfHkOT]o<]Z8d&AMH)qnk 6UW');
define('LOGGED_IN_KEY',    'XA8/Xo8uKJhO?4bZ~)|w.ZE&[[imfKwRBQxwk<`LTv`xgPik3`{/^}FyN?wt5j5=');
define('NONCE_KEY',        'vbKfbA3fZ]DSGVPwvkyIxYMuXDT 1T|.UI*C]qH((r>EcNRN0Y_XGGASroDuI1FQ');
define('AUTH_SALT',        'F.]I56l)-34qX01.{8J^?xgF&5(JR[t3;2?eX>i[wST|I42c0M=,Ddya#vs)rq2');
define('SECURE_AUTH_SALT', ':aLUb$?ak;Y,K+iF1)^u>yp1:N=i.MUH=KvDmI,:%REdD7Lw9:Z]%=d]Dta8Md5@');
define('LOGGED_IN_SALT',   '?fU2FhApWb*|gE2!zx kpV>:,L0VL$)Q%=1$>CtT@vgn[Juk9? QMc,].`NR)U*S');
define('NONCE_SALT',       '|/,G36ep`wxT2Q<P80oNm_8C?cIXm*!zDl2=S]FP~-YT^+[DDmgxb1w>%sc=2X1P');
/**#@-*/
/**
 * 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  = 'mod219_';
/**
 * 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_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');
/* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */
define('CONCATENATE_SCRIPTS', false );
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');


