<?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 website, 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
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '247godesk22051' );

/** Database username */
define( 'DB_USER', '247godesk22051' );

/** Database password */
define( 'DB_PASSWORD', 'sxgG_)\'BSt~Jeq46ksftRHR,5>QW\'j' );

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

/** 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',         '0GlN{Qq^q!gzk}Evpx!Q@e.}Ubl<KQmw_v0#S8U,~D|L/.!g!lm`7#U@kqMwo1Og' );
define( 'SECURE_AUTH_KEY',  '?aEI{6oe)DU,LvSYJ;m{dk&OwT;SOY<T2`={1O,h(Pq3}@AB7h&uucb0)?$EL[jK' );
define( 'LOGGED_IN_KEY',    'EKnqay%,v_EL,t^ >t5t0W4LJhs,,&^*wQ*B.aw!hqQ +^NZE1K([EdCKqC6@g1+' );
define( 'NONCE_KEY',        'B|h/cG*LD)7d:J@:aPUeWWW#FyeGwMMNr;#1@uUZM2Z_&u1U~3[;B6gvkz6K)eMN' );
define( 'AUTH_SALT',        'yj#T@$>P$q3cp4N7m$*c0i1Ure2@{e9mI;wCfnf0~W}hvQc{.=/Q(A#<n;WH$p <' );
define( 'SECURE_AUTH_SALT', '1n,Nn.kWCrgara48}e35Nx{N2`f8|!Fhscpd|6r:^^UcmPo$A2$t:JS%h) IM +M' );
define( 'LOGGED_IN_SALT',   'H!0QH@7~w$Vpq}T|~nJBa+N>ow7^-X-hA3,0=suVT2&2I[~G8trw^o8J(9%x{ x~' );
define( 'NONCE_SALT',       '$o[=#)I_bRpro!D#{+5%_.I} :9pf.o[o=.RpB8&%M.9r5<:AG?;))P75IT+hJJb' );

/**#@-*/

/**
 * 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!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'wgd2p_';

/**
 * 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

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



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

