<?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:
 *
 * * 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', 'janseninst_crsojhzi' );

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

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

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

/** 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', 'DoJA8[0+qYP]o6s97(A+K6b(MXJ1/+3(!N4)v*/lYUuRS&-/3K1T;6]~A/2a:eC_');
define('SECURE_AUTH_KEY', '/[v:u-+m#kUql[MA[[r18F[AMg&/l3/V_g+3;PmyupLSt2Bd;-8D3W5c6YET1g;5');
define('LOGGED_IN_KEY', 'p2+1%(+c08EA6h@DW1j2S7iqdk;:xi~VqdI28)Ze36582r&)IUW8zMcT[p%JQDX&');
define('NONCE_KEY', '3#5oWlZ[d5C2u921i38(Lu7Z@3)CRPRLAFp9@&5*6[4BP]F]1|G33&dEc2t4h6#@');
define('AUTH_SALT', '1ce@)o21;t:/1:jG:@yA:/sWLu2t-E%~JOLpvYb%~b9X:RV57ClAX*50-PDNe;~-');
define('SECURE_AUTH_SALT', '7##E9Nce3-0__v2pj4BJ]562!Y*Q!NB2u(8#hY*u0fXJLTKxq08N2c!6M#]21o&m');
define('LOGGED_IN_SALT', '&/_;G(h3wO2_8]CuJ&0ZiU~[6V8FF5B#9bw1kR3]74d5e(04I@TfOf2A[zmoP%vj');
define('NONCE_SALT', '4]K0(6/uv;/8%2so+)5zMe1d25KAHz-vNel6;Vczi[EVYFe0/Xy*N[0py;6fXSkt');

/**#@-*/

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

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

define( 'DISABLE_WP_CRON', true );
define( 'DISALLOW_FILE_EDIT', true );
define( 'CONCATENATE_SCRIPTS', 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';
