<?php
define( 'WP_CACHE', true );































/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'eleven_site' );

/** Database username */
define( 'DB_USER', 'eleven_site' );

/** Database password */
define( 'DB_PASSWORD', '3lev3n@br1nd3s2*25Db' );

/** Database hostname */
define( 'DB_HOST', 'ip-23-239-30-243.cloudezapp.io' );

/** 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',         ' fjwrrR%PpBGO3qqKA%,-Zxn+K9K#&~5CgAK}e`[Ebl<+ r*2O;^eJ&xSS~J3JAP' );
define( 'SECURE_AUTH_KEY',  'kx?y7gOkF[xuIB:lg.i&=#Tr=x(1ec:C4>z5=MvPvzWMImNdO8~3!AC48n@)l-D&' );
define( 'LOGGED_IN_KEY',    ']:#=+jbsoO3q/cV}_]p]^jyPdZ?H[r,t*V0aU4vn!4#,5qMgRWJ<|/<*>Tp &S]w' );
define( 'NONCE_KEY',        '}N7`Iw%j>1s3]@y|5O(y;3,vnm`oV*:j4tmI_-0N3Ri6Kdrs;tF/AWfB9;Z,E6%9' );
define( 'AUTH_SALT',        '-a@P`fz9JMUba:]vePkBx=qKzD~@2YFtp}i5a*jL76)DE?lU[-+jWgXF/{a}?b4p' );
define( 'SECURE_AUTH_SALT', 'a`G./W!-tGpfu~|V2A&a.J UNzR)GG;x756]O2AUEp7M:G.-I%GF:J0GzuOEq=b<' );
define( 'LOGGED_IN_SALT',   '_>cS[@c3G/t8,bF^TC{/6[t&I8>fP1$;Jvh%_o$EwP`]wB|?B_J ixg}A2*Huemn' );
define( 'NONCE_SALT',       'OU]og-y,lh34X<-B4-o]d /ofiy]68f|N{6SC1J*De)Waexbt|EYXL^u-*G],@~C' );

define('WPCF7_AUTOP', false);

/**#@-*/

/**
 * 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_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );
define("DISABLE_WP_CRON", true); # CLOUDEZ-WP-CRON
define('CONCATENATE_SCRIPTS', false);

/* Add any custom values between this line and the "stop editing" line. */



/* 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';
