<?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',         '9m=s.[Wj+voh4;,p2C^&I,F%N&9zno[iuj*,X9_ZwWA nq`GR.6<W$#Wm6P9:*A<' );
define( 'SECURE_AUTH_KEY',  'K4QumD%I8>Y~-so%_dS@x5{B,]3$x%&YErXsaC?}q>8V:wT-TTR0p;0)RcRj/Lt(' );
define( 'LOGGED_IN_KEY',    '%:4WSF-0n)Ot9c!+7 `D mnv6&7%fNFRD).u8q_ld7YYcR/IB7t+@33IH$AnSj/M' );
define( 'NONCE_KEY',        'Ea5<@l&$}S~kB0!=+LU,rRKml>|E67i><RIkm#Q$D@<KK*[47FcJW.)exRIh 0lT' );
define( 'AUTH_SALT',        'u,E=tW+;,,Ictvbzi75^A;jIXO2fgG7jQEtkt^U8EhUm+nL*T]AkLS_^z|59i,|t' );
define( 'SECURE_AUTH_SALT', '4PNxl)Gwxt<Tt;HdJ..LtYX ;nz=E#QQ$q(Cg_6>51bRfv-U:/<oQvlNv(,i[cMX' );
define( 'LOGGED_IN_SALT',   'vgqY1Hp$*!Z7LxEfM;*bPQMcG_jd|t [ b4ToMY?c48MyY2`}mHr]Ph^n8=}TY8,' );
define( 'NONCE_SALT',       'NQpUW=33f3:.Wn?XDl;B$B=0>Y.u3B,S7M4[&B22QfH>/*)9WOFD<:+R;MPPwd[Q' );

/**#@-*/

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

define( 'WP_SITEURL', 'https://demo.iran-woodmart.ir/handmade/' );
/* 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';
