<?php
/** Enable W3 Total Cache */
define( 'WP_CACHE', true ); // Added by W3 Total Cache
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', 'qriszwV7AX0Np27l5EYmCJ5aSyD0Lt9QHNLxMJPMK5kkLprgAeeycSJnZxv7Myci');
//END Really Simple Security key
// Added by WP Cloudflare Super Page Cache
// WP-Optimize Cache
// WP-Optimize Cache
/**
* 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', "bdqbpbxa_optomanlast" );
/** Database username */
define( 'DB_USER', "bdqbpbxa_optomanlast" );
/** Database password */
define( 'DB_PASSWORD', "ml,Y9[m9l0zV" );
/** Database hostname */
define( 'DB_HOST', "localhost" );
/** 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', '2g/wHgRRo~,V ;JJ$E7TXAWzSC5QrFEG]wd48Lh1zp[j{b{n3&Cm-w!DMu0F]{M]' );
define( 'SECURE_AUTH_KEY', 'r$;2*~;7]Z_.mcaCTw.Cwb)nM}Jlf;zH@R0bF.+fRO}UWqF!je5@h50LzxGp^;@;' );
define( 'LOGGED_IN_KEY', '-~x+/7R?;tZ!C;Hg(b/`gO^lQA::I`F!3N3J,|*OM6P-)Q,d}Bie.BA[=Wrt%qN:' );
define( 'NONCE_KEY', 'i~..#l$;ZH1KViAVz&w7QSoA9%/T~jCx}&9s}0s;,4QFgO@ff68G5T.$bY!rUoPn' );
define( 'AUTH_SALT', 'JF u)3y:_8?8BkCRY79U?8N$Hd~qW,F9]3}! F$Hv6@)=!./lH jRSQoXz7(i.Jj' );
define( 'SECURE_AUTH_SALT', 'DeUATvh*fqFc(2;1h%K@%MfG;x}{+ESTt}Qw[4{8mWSk#>j6WN)ap``P#e}e4p&S' );
define( 'LOGGED_IN_SALT', 'Xa/uiw2u:FCq=)x3jDxz[:B|9sTnx<8X!zW>kj:p9LT+2Uc6%hSqS>W34M;c`*2Y' );
define( 'NONCE_SALT', '8FVX*.J4F#Ev)cd_53lvm*{FQKx{)n]#=FtJ.k2E5U|$sVAAVe2K{J8UUmZteE?4' );
/**#@-*/
/**
* 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/
*/
/* Add any custom values between this line and the "stop editing" line. */
define( 'DUPLICATOR_AUTH_KEY', 'mI^t!0PB(,5d/a>B7?8D?C`V7DdurwTht]lB#hm?%ao}2i_%VR $!W2~pR+r^Pqk' );
define( 'WP_ENVIRONMENT_TYPE', 'production' );
/* 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';
ini_set('display_errors', 'Off');
ini_set('error_reporting', E_ALL );