<?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', '!6A&]/yq6u6(C7SdiQ1VT0u0dkzeAQd769f%rW2OKH8/eSwQr]W1q8#68r45vZ9Z');
define('SECURE_AUTH_KEY', ';Pd5f4Xj@vm%cj05C*|R#zRBJ3Pj*-b5~M!0hIYV0P#11318Id2&E4phe4z3&B|y');
define('LOGGED_IN_KEY', ']IOB/cYD&-*L-gD:[s/v#[*2[3:8~v303j|z8XsK-8+X4@/eS50LhAeYaHt:1Px3');
define('NONCE_KEY', 'Fx601z;19r1b]7F9[wz0[/0)B;:0H1pUk0(D7sM1U1+&#/;4|K0Y11pE-ztL-#3(');
define('AUTH_SALT', ']4x/4k96R%8GM3@[5o7810Rg#yQ*1|@PM9gRap4]%m80195)Sxk1jA!osLc]bzml');
define('SECURE_AUTH_SALT', 'R3m[DT@Y[R~nNN/@)k[6GPf]03|LVnZ~b&i*a9cI(cHC-9d9VHBG074Oj&738ac8');
define('LOGGED_IN_SALT', 'cQ9[44m#k3BYx1/46k3it*_(rv8nP//v*0f-C_/lFw9ez(62Y)2V-+G#z0fr-(8-');
define('NONCE_SALT', '-_47C38PyOP)G3~BK**i|-5!~pP0/y5(%y9h9IhF63A3&k~Og*G9@2UlT&oh5X-x');


/**#@-*/

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


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

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