<?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
 * * Localized language
 * * 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', '' );

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

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

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

/** 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', '-mtx)g_Ifd25_#*[Oy!7601U286jqx*T*tAhz4enUkB1~4[6)Zh)8ZsQO1zb6|2[');
define('SECURE_AUTH_KEY', 'x&p#d8p4%2Z9Es6k4UEom2+5-12&3JD4&0KYub;@9hQ@c*u@6I4u20(l1Zo6jq1(');
define('LOGGED_IN_KEY', 'Q+Y(XF):G3425~2VhlW6|)a(_0[RPWQ-Rd6l/5|5gJL1W7:@&!474mR*!0BkWP|8');
define('NONCE_KEY', '-H)N(8d6ijGQ98-*]I_1~bW(DmJ6M#538+Y4:k6B350@yP!1P@[x*75zUN9w)6YV');
define('AUTH_SALT', 'z1mO+II&R34tt:i(-NR9/aQiD1_-(807z+8b+US[vgLn2rj;b48o%b9J//)]xdA]');
define('SECURE_AUTH_SALT', 'jJ!D23!5qU!GRK~4J//W-EX5jAamQw45)30-BmK1A:8O_paIs[t1HShNnSn88:07');
define('LOGGED_IN_SALT', 'Hg73|C;n+y66%P8%_@*at5W[Q~#87lsrw|9G9_q@t34)9sX(/G-)WZ6(078zV8Wx');
define('NONCE_SALT', 'o/c/8S32TREJ1AFq362CEV@Z*&][Dh@2+FO6v[#OYrulazw*W~4QYise7F~Dv0)5');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', 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/
 */
if ( ! defined( 'WP_DEBUG' ) ) {
	define( 'WP_DEBUG', false );
}

define( 'DUPLICATOR_AUTH_KEY', '%V:bD,QQNz%#1QOxg(}E^6C6rm7O0$SsFBZ5Fboc[wwH#yf,u$t`1/+0s&.u2^YE' );
/* 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';
