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

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'WP_CACHE', true );
define( 'WPCACHEHOME', '/home/u187581211/domains/teleokay.com/public_html/wp-content/plugins/wp-super-cache/' );
define( 'DB_NAME', "u187581211_60x38" );

/** Database username */
define( 'DB_USER', "u187581211_XOjLi" );

/** Database password */
define( 'DB_PASSWORD', "kkETefeMb1" );

/** Database hostname */
define( 'DB_HOST', "127.0.0.1" );

/** 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',         'fjFDyvwslgEwNumJrrz2YU8Gn9BxK18ZrQxwNlyyHSemzFavnjn9FQmgGWuMxvyM');
define('SECURE_AUTH_KEY',  '8LMeLbZrUkN194hrI4VpMGwBa5GnSiZQuFF7CiI3AJgCBO1TiN0ih10S4kDg70Lw');
define('LOGGED_IN_KEY',    'LWVJZNhqgDhOmOCmSVtqc2Lo5okcQngjyikvBSYw2ADFRlLXkynCBmZHstHPw7IT');
define('NONCE_KEY',        'tIbB3x52gwQVXPod8vMSjIwVwS9MXHL80G1EK602uOBc4Qt3xozrDMu0iU8igt88');
define('AUTH_SALT',        'S1IfwWCGF2tYuv5Rw9WN1PyWKsUKV47M7DRFAnq3vxMsvoG9wQH98RxqjZjJ6rx3');
define('SECURE_AUTH_SALT', 'OH4DPL2WAsXy81Z3HMd0HpQ2bS71v5xZoLe6vcM2ZtHLFlepJMsdQv6G6rj3DB3t');
define('LOGGED_IN_SALT',   'TxTaJ3mll56gIlrhbuu14hdBsLenzjMk6pVuYjMOICeHtbARa59swbJCsUiEditc');
define('NONCE_SALT',       'cD2ZyfdyahYuEnCFBbKpBuRkDldnoICVCJoRgHAiiq4uWIzbrlzFkLqCKJtCc4bZ');

/**
 * Other customizations.
 */
define( 'WP_TEMP_DIR', '/home/u187581211/domains/teleokay.com/public_html/wp-content/uploads' );


/**#@-*/

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

/**
 * 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/documentation/article/debugging-in-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



define( 'DUPLICATOR_AUTH_KEY', '*sVB0G=ZHdJSlm=!SCjhkt3V[HS};x0SK1my@+nFM#YZYMjIFk#QVG-eXUZ@/-Pw' );
/* 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';