• File: wp-config.php
  • Full Path: /home/yaeytimy/public_html/oloomad/wp-config.php
  • File size: 4.26 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/** Enable W3 Total Cache */
 // Added by WP Rocket
define( 'SBI_ENCRYPTION_KEY', 'Ctc$Y7*!P&nP5!CtOtT@^6IoI4CXmExA7Nj35NWr4GCCWxXHEtOuDTtAq8UeO' );
define( 'SBI_ENCRYPTION_SALT', '&bu&MJKIRt17LknrXfRa16TbD$$l1GSmqIHHY&yZ8*KGc&C!ShBl@PH0tRoYrc$h' );
/**
 * 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/support/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('DB_NAME', 'yaeytimy_WPT4K');
/** Database username */
define('DB_USER', 'yaeytimy_WPT4K');
/** Database password */
define('DB_PASSWORD', 'vw&VPWSn%UBCx@blD');
/** Database 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', '8df456ca4cb50ec1d10d11b22266a4fdbd751af5b62d0bb98792a538928b4575');
define('SECURE_AUTH_KEY', '62eba1f270e81e8e6b518a92544273a55de0bf7256ddb87f2a6d3385bff3bcea');
define('LOGGED_IN_KEY', '12695f433c6425bec3023edc811f26bbb44d3815f09df7ee4af84af254548a1e');
define('NONCE_KEY', 'cd952a6590ac57b0d088449c9858ffdaa28598af2b6c6a7ca60bd1cee6e9446e');
define('AUTH_SALT', '487aed30577b3449a94101f8e00b792e848ef0d75ea980f0deb8d13db63efc03');
define('SECURE_AUTH_SALT', '8a4490737797d66baa6a84695f08aa2e7c29527ecfdb0eedd6acfce1ed066619');
define('LOGGED_IN_SALT', 'b60785aad453f9506efd15172964478deca5523fbaf825428075d95c08c5401c');
define('NONCE_SALT', '966ff67165c18b29ed4bb435275ca6062dcf855bfcf1fc49be44a6ebafefea59');
/**#@-*/
# Enable all core updates, including minor and major:
define('WP_AUTO_UPDATE_CORE', true);
# Disable automatic updates:
define('AUTOMATIC_UPDATER_DISABLED', true);
# Enable post revisions:
define('WP_POST_REVISIONS', 5);
# Enable debugging:
define('SCRIPT_DEBUG', false); // Enables script debugging in the front-end and back-end.
define('WP_DEBUG_LOG', true); // Logs all queries.
define('WP_DEBUG_DISPLAY', false); // Displays all errors on screen.
@ini_set('display_errors', 0); //0 to disable, 1 or 'true' to enable
# Set the number of days for the restore point to be created:
define('EMPTY_TRASH_DAYS', 10);
# Increase memory limit:
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
/**
 * 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 = 'xOK_';
define('WP_CRON_LOCK_TIMEOUT', 120);
define('AUTOSAVE_INTERVAL', 300);
define('WP_POST_REVISIONS', 20);
define('EMPTY_TRASH_DAYS', 7);
define('WP_AUTO_UPDATE_CORE', true);
/**
 * 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', true );
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', ':wvW=O/l_{OqwVxQ%^aBg.Hu:S*K50$MaU %8EX9B*H92;rI@%bO%|B1=I(/l&^*' );
/* 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';