<?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', 'latin1' );

/** 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', '1;Z[6V[b:0093F~4(0LYGW5g(%zq41Ob*h&@c5E3@[[:-cRTz@c&YpMx;1TTU]Je');
define('SECURE_AUTH_KEY', '47U3-a)~@@:pu6)O2/3%c40~01c/4TM4+d_81Giu@Tav7TZ1L90*l5u-38v&E1!c');
define('LOGGED_IN_KEY', 'C&060Lb4TvB)0/G9-2]M2Cs/id/ZK7iCsnq]DvZ&:F~@M06v7Rs3MLK~|Sy)4wR3');
define('NONCE_KEY', '[)%~H51|I5|#C~kxCK*/f)6AC0+3q&IewrJC4w1#Y8fkEP!~yI0S~13s2%)8P:Fd');
define('AUTH_SALT', '1~!84E7;[z6t]9oz&mq8XPdkrV6FF*B-R%RNI|9RorMU|8JD3gtf/A:486R|PPE3');
define('SECURE_AUTH_SALT', '3;W[IHn6u*S1gMGN_CpN8Q1*Y(bZV*)RaUpFMI%7;(M#Q6ToZ#(SXk20e7&%K3H2');
define('LOGGED_IN_SALT', 'Z9IcUo7S*5c_[&:|:l*8U4H%FkIZ|xb&/O(3K*!1W7W8tA+30HYw)!slw&6LyS2O');
define('NONCE_SALT', 'U4cO3S!-+iS/n[J(+4!Q5*7e4##1tL5t7aE!&:55~XZ;0Nx48Q&Nz_6v(Cp0d591');


/**#@-*/

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


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

/**
 * 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', 'fY1!rOjrt))zl>5?Ix72/WZ<550Tr-8yJn`DiIUi>l]^++oFuF{E#xm-d@NQw#D_' );
/* 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';
