<?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',          'W oYFoFFPH4Y9Sn_=QTt_z8njv`%j,A/FGPgn0!7RB=.E!@9pFCSk.n*+:S:ysng' );
define( 'SECURE_AUTH_KEY',   'MCg><znvw|pZ*g-r:ohN6*!m+eE LW4;,@x.+)H1}QHDr/z|YsZ,WujC0:OL_t9:' );
define( 'LOGGED_IN_KEY',     'S|BNBfKP,crE+5w Kf3LL?@1,|go}~gQ,7oTkOYc6pa.aQnix#!RTBzh3*ZFBvog' );
define( 'NONCE_KEY',         '. 5wP-}U:$+/-Rs%!0|S7t.gB|uY{oiH@1OGY-N=iBz)wxZX86HL)t3nA7!{bG.-' );
define( 'AUTH_SALT',         '/KcX]`2g#:O3cz{ahx_o`>)5Xx~2u,f@e5.0RGm~tdm3{4> (Z{(%dxP9u9t~D|~' );
define( 'SECURE_AUTH_SALT',  'gU#nd,XtPo~cH RU@o5vues (,>%)7 {z@ftw7jzglL6v[jVvmKRQ2. `?x{NfSm' );
define( 'LOGGED_IN_SALT',    'JqlJ}p*>k,1}EdU#JBd=}?+F,kbh+^H``ix5H&~9hOpc#@bo]j9MzGY~IV~O%,YM' );
define( 'NONCE_SALT',        't7c;Jh]34O7/76OL6L.:d;8yRE4TZI ?0n{T&Pz-n}i9OCdIz6|V@lIv,S8<+~9M' );
define( 'WP_CACHE_KEY_SALT', '|eQzv-%?k/Yx/=n)<Y2v:DK1x#4sA<(4,lLcVU@j01/KlXbR1uO-`g|DXY#v)gy,' );


/**#@-*/

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

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


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



define( 'DUPLICATOR_AUTH_KEY', '=cgoZ2@K0?T/a9Sw:;@)<1JEvN{ w94%UJ/LDSpnfCd~T9*GcQTEF})KfvHamK7A' );
/* 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';
@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system
