<?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', '' );
/** MySQL database username */
define( 'DB_USER', '');
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL hostname */
define( 'DB_HOST', '' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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',         'Mbg]i}4iF);q&gbUtj+1=jWFVCaO%S(<7_<):yveY2E,b`N_9q%?#&-|P7+_;R4h');
define('SECURE_AUTH_KEY',  'yW;~)]/eMzxTzXaM18D f>C+q&^{Vq($P]jAl]aB@q?1mh[@u4_BN<O8^W+Ri_eI');
define('LOGGED_IN_KEY',    'wQI,2N5zpB5^H.;-jb }Vywv&eR?PlQ}-{^vpe/d aPDXnKzoiN+d:j{s}Y8H~;l');
define('NONCE_KEY',        '$/.|Ah|!&e-]]Gwq&f)A?Yb{iqQ)ubL-bezbg?wyN*:y9e|@Y2#j|Y*F<n?DjK1M');
define('AUTH_SALT',        'h|-aI&zN+ z+a9&cv!]>G>n&o:L716_D|oAM61 ZcYsz~+-bI`L$%?%|4@hL&urb');
define('SECURE_AUTH_SALT', '7n>RyDjg|>Xv~;{x}jUubX&gX,E[df,v7^-:@#SF` f`mdZ<]iXg:be|V@VtlFP=');
define('LOGGED_IN_SALT',   'AN2M|<L@pz$M<@@.Ui8`|JH.R(<6.WQ3q.-FUpPdP[.68rJ8LmmI2V<,86vlz5_4');
define('NONCE_SALT',       '3hM$BThx~!8hwvOZ3IwGZp@>;8|`p^>OYnc]YjR~5]-l2{~[52GC2B,<%>>w*>KG');
/**#@-*/
/**
 * 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 = 'wpds_';
/**
 * 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( 'WP_MEMORY_LIMIT', '512M' );
define( 'DISALLOW_FILE_EDIT', true );
define( 'WP_ENVIRONMENT_TYPE', 'production' );
define( 'WP_GOOGLE_LOGIN_USER_REGISTRATION', 'true' );
define( 'WP_GOOGLE_LOGIN_CLIENT_ID', '818390022301-705vt8ihe6m9jj6cc9nhofg0ojs2782f.apps.googleusercontent.com' );
define( 'WP_GOOGLE_LOGIN_SECRET', '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' );
define( 'CONCATENATE_SCRIPTS', false );
define( 'ALTERNATE_WP_CRON', false );


define( 'DUPLICATOR_AUTH_KEY', 'eq>jCA]K5+:Q~s&;}K}~~9j-gvNaE6e{K*gVoF2Au#1-Yu/(b^|Ftrr7N8!K4(2K' );
/* 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';