<?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://wordpress.org/support/article/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('WP_CACHE', true);
define( 'WPCACHEHOME', '/home/iavddcx/smileart-ads/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', 'iavddcxu' );

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

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

/** MySQL hostname */
define( 'DB_HOST', 'iavddcxu.mysql.db' );

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

/** 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',         '{p[eJm,O;{!ofUC)[i6@<L1syE^U7*PgD}70zh79TxN%P#W0@f~Wvx!yoZ(#rr B' );
define( 'SECURE_AUTH_KEY',  'D%gLzBUC3Gm?|`9GRj:6ZcMpwk?*k6 @%2:g}--I7s]=3!wR,7t^~6aw/0K[,A1O' );
define( 'LOGGED_IN_KEY',    'WDS+65p2rp}j{G+gCymO}On1e0-MITlK~cEGgTbgW/T~WLt?IEgH_pw`:<~8B|?p' );
define( 'NONCE_KEY',        '7/2;*i0~u{kF`JDp_t0GQ8h[cv4+uUIkX7KHjHI9t4B:b<KPFtkXfiU._V+6L5i&' );
define( 'AUTH_SALT',        '>kOTih89qf6N_y5m+Q<PMKa)7r|Mh@5w_1Y`^sL!a3Z<&f,u/sa`5.nuhyh!|G|y' );
define( 'SECURE_AUTH_SALT', 'hFXSv*=d* ~5.UQTrUk!Gxp$T<~.F-ap<Xd1L%V({:I%@5=Ac?UQ}u?<8y{`5GG>' );
define( 'LOGGED_IN_SALT',   'LUJtXE<:SSA-k]+Z}XwQ)X.T_Jl=m3+t#v~5[TN~]q[9F3%>W,w}ggv!#^dK?hM~' );
define( 'NONCE_SALT',       'W6red7ALaL*E=89]h]@-/W%!IV*H [kuhD.]*Ye<y~+pC`hH<[jeL-[1iv&wZ-af' );

/**#@-*/

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

/**
 * 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/
 */
define( 'WP_DEBUG', false );

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

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';


