<?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
 * * 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', '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',         'KtHLKy*aY|5nU[3PC/y$Z^$!aE&&0{oa9-J5|tLz{>=Dnd1Z6/q73L~@-RjM}R,H' );
define( 'SECURE_AUTH_KEY',  'l_i,::h+-Z8_}iD9{ZN==`Pe&M[F2_(}y{(pg+E4c(m!~,1TCp~QX*<o5M,6oV~V' );
define( 'LOGGED_IN_KEY',    'FPU~Vdgm9D_>#zCHs+^9lI=bG2(Rf~@lfC$H+iPrq3~HZd!W0N+3p75-GX5T<=Z/' );
define( 'NONCE_KEY',        '/ff3K#*cxRz-WPmP[IM|Jx_<vyA+)VDDofL]k/xj,(;hh[t)~h,L<+V)E!k]7s8E' );
define( 'AUTH_SALT',        'bHsYi5ip}w7TN- -_kQfEXpCZ66?qQ-aT9~wv7,L!,z k/K(qY%Bp80g{Mf,GcAy' );
define( 'SECURE_AUTH_SALT', 'l81Y%d|&(WzM3,*;P,hqJ%LW>|Qb#)*3K%n*UHr`3cB^($wxg<t2!)*Z-.s#}#gz' );
define( 'LOGGED_IN_SALT',   'Stb&Fb,Lgi,nfFcs=Ut6F`u{,zkM5Hzj;H[3l@z[BN>}WO/ktz{d$Ix,cM3_1HeM' );
define( 'NONCE_SALT',       't1=M8u{A#<,1[c#x3;]:EaNZ$i?5WSI].VN:~ORc1;=#fB[uW>p0minzLv=&eTco' );

/**#@-*/

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

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

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



define( 'WP_SITEURL', 'https://fungiwp.themesflat.co/' );
/* 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';
