<?php

define( 'WP_CACHE', false ); // Added by WP Rocket
/**
 * 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://codex.wordpress.org/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('DB_NAME', '');

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

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

/** MySQL hostname */
define('DB_HOST', '');

/** 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',         '[twgd0k(^X[@Ym,JQS+qAx:648K8t~q*{jB#PrXkzEBa!x<3n|uez#Q!d}jt!Ay)');
define('SECURE_AUTH_KEY',  'uv7We/2mq<1_L+wR,lBU/!0T#Jb,KM~BR5g9[~{u{O.nk8h..Q<!cz)f{EdoGx?F');
define('LOGGED_IN_KEY',    '[Z~.?5rj9I5VGv@M*F&gl:Ox!9q2=j(l3R0fHr=Fo&G8T(piRtmwpwQ~5|*DDLvX');
define('NONCE_KEY',        '95Jr0)^Q&Go::D=<S{A+_p./`V.#1rPW@(D%Pna+eusihk8^vL%$bX5pzeF60N`u');
define('AUTH_SALT',        'G[kO]N}AnFGK0&iy1~MtsjE4a_XrLLW%ssy9?.q#x$5Dc5AfQ8LbR7niKsSkKx');
define('SECURE_AUTH_SALT', '+nDjswhu^{pL^#:wj8ts3?A8UHWIA$|s/AH89M6Ux_ZYYR9WP(PN]iPGUNv-!u0G');
define('LOGGED_IN_SALT',   'lyDtDM*ya5_ihm~AAky4X6L_R4~w.u/MjYgd $Ui[Ahb#c*XPLH?f4JTzZ wr^HU');
define('NONCE_SALT',       'J(+/76XoUi`XCj8:N9L$YRCEG&+).pi[0c5|%~Y4w7e8T4ux{WNj#wfN}mJu9RYs');

/**#@-*/

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

/**
 * 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 Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */

define( 'WP_DEBUG', false );
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set('max_input_vars', 30000);
@ini_set('display_errors', 0);

define( 'WP_CACHE_KEY_SALT', 'u{_s+qIe=dR8i7F}q$1-aJu>PbWg|:m^eB5q0GJpnK&}7X@ VubN[{A(.5~9nQv*' );
define( 'DISALLOW_FILE_EDIT', true );
define( 'DISALLOW_FILE_MODS', true );
/* That's all, stop editing! Happy blogging. */

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