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

/** Database username */
define( 'DB_USER', 'godaofbq_wp_xmskr' );

/** Database password */
define( 'DB_PASSWORD', 'buzLcLM5c^Q#g4h0' );

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

/** 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', '92W03[FGp+4@&J1iD%B721Zt)e3~;2@69(K411kSFa8zx9|*p&s4f_BS39m8+6uK');
define('SECURE_AUTH_KEY', 'D~uZ;LK2]*93KsEFooF02E!0z44tL!~RUs&xpC7a;Ua&b!!fR8+b~!1Bt%@f0wn5');
define('LOGGED_IN_KEY', 'LwD2DPjHB:2kR|G6(&|~r58n_4(gZ3M[)~W959_*6G~9~)-c1661Sl1q@s/1BTIG');
define('NONCE_KEY', 'YJV!;u-2(06c/C2/633B*0G~8:7rUP66uWSxR8d5I3[p7&!9T3X|8iZ2N-66q7lN');
define('AUTH_SALT', 'bx%Sq!1MX)4[iF[s77gTAa+#x;)h5!9|&51gm2+:C[N1[R:(dDcf(5d+I;T789%3');
define('SECURE_AUTH_SALT', 'v2b3i|rVC]fhfR|4d2@k6)])[jXQuibr4T)KD_X50jnnJZt63R7]/KMmfO@n|#Yp');
define('LOGGED_IN_SALT', '4:q:#tI25r)Sl83w2e#s2)AyItASev3Ld2p1Ahy0&nrO&_EWui|-+xz4HbN1TZ0J');
define('NONCE_SALT', '41!C:IC_*J)eJXy40&BqD41ME!J]_SIGR|nH51i@bnn5uG4l/@9fo_]~5V@rx&ee');


/**#@-*/

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


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

define('WP_ALLOW_MULTISITE', true);
/**
 * 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 );
}

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