<?php
define( 'WP_CACHE', true );
/**
 * 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',          'Sglc[M%Z<GKmWJ]I^Q8>DWA9%Mp=ZhP4<<oh;9w7Ws#dYv[/MH,B>:#I5R{~I7*0' );
define( 'SECURE_AUTH_KEY',   '}fO_VoWu@&M<Ri<2(s C-V`>wdP3`Lc<n21#Ey!-x$Q1xhXP[Z88ZEsiD6?gQ`!j' );
define( 'LOGGED_IN_KEY',     'yTI$m4>b(^ET>a,o*p)LgG5iAP_{3@RfSc3(e0fl2[}y>tRJbM?`a_yrk8u1MeWD' );
define( 'NONCE_KEY',         'E-+FS7l%TObc(QC+I8w0Nl,6t`&LLi3=G.:JsgH9!Ruh8UbTS+pY?kA0&4!fa9cZ' );
define( 'AUTH_SALT',         '&jLc+2eeM44A4@!V/(99(ncChO4Z3e1X;4>uIgOg~sl^_3~F6B(96CORqYVt2RWL' );
define( 'SECURE_AUTH_SALT',  '4m5@`R4~#u`?Ac;} <PL H#I*Kd!+AY=y|0&_RB$B^+8$vIE>KYd^|}*h)uA07xo' );
define( 'LOGGED_IN_SALT',    'SR;+9u`>2 G/-hvZxj47CS_t_jLT</@CyhbZ6;E?L$W:<;W`@j)0PkN6lBM=hE<O' );
define( 'NONCE_SALT',        '<*Fc ^Cl~kOra~|n1@K.L>>`{-O`x1VigjGCorx}neChTCBPnT]B;.^LA^Ohrx_3' );
define( 'WP_CACHE_KEY_SALT', 'uSOwj^>D`uFE|Y#F@4N@}a2s{GOh~A|+5c6`l`zeg|]CgV,-s/wZ  j~/QZCnb=;' );


/**#@-*/

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


/* 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( 'WP_SITEURL', 'https://mami.gameh5.xyz/' );
/* 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';
