<?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 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://wordpress.org/support/article/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',         'H{A8bSd^aVZ`nJ=nwJvBt%d3B5Xf;er*gasX@,evAX1;7OfBtHL,F6$5uwU3u*hI' );
define( 'SECURE_AUTH_KEY',  '$9Bd*UhuN660=<ug6x|1s*PA<j3HJE<E5c/FD8sKWaiv7#P )VG%HZ+YiqKk=UUa' );
define( 'LOGGED_IN_KEY',    ',]]rF.`w;nu>Z$iq#c))<z.u7w0K:!m2Uxwf}Ig.L`S8JYcl6Err_-$t#f~G|#*E' );
define( 'NONCE_KEY',        'LuLDP0-5eF(w>N7F4]tU);+t#sd/2VZyj<WVZp23?>CeLVB[9_bx.Lc{$U2kI@,!' );
define( 'AUTH_SALT',        'x_T+idEVp&e.!LA!}VTLO.+dTx)>lfgqj)s}}gcGMd_ICh;Y{$U?cZpgVrsr MF8' );
define( 'SECURE_AUTH_SALT', 'T.DqgW9kgv&aaZ:c0OV<j$c$s;421Fa$DoR6i@6h/WL@.YNct9Nl`-ri:v-=s;wa' );
define( 'LOGGED_IN_SALT',   '[Nz3+9`A!ro4+9N;_X;],yPdb;K//&(i;|_X=cE9fOMWl3DK5,Do1-po4X;Ae,(:' );
define( 'NONCE_SALT',       'iB0!{GwXiSTz+ Dn7G!rujxvZ7n)bV~Ljfyhw0O#rhbZZBZ_zllJ*E-R~!h?jBI{' );

/**#@-*/

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

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


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

define('ALLOW_UNFILTERED_UPLOADS', true);
