<?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',         '~>`ZU,]e9vf;ce?S#lvKtUtA;r|LeK`ONHz0]S!T;P[4lO]NnIz=0#(gwiz Ewre' );

define( 'SECURE_AUTH_KEY',  'dRng:Kci3J?i]tOX7!y=qAu4]^W2TUVezNl_(9X6ZP@0ED1yxD8;Y@Fb3YC!42t8' );

define( 'LOGGED_IN_KEY',    'xhy>vZ57[xV81=usaT]nujlmXSp;FUq}zxZ QoMGB[1NciLF]QWdr.rl/h`3~;+U' );

define( 'NONCE_KEY',        '9%QiL+RC83Zm!u 7!5lo@s1Wss|y_3X6Fqo|c~O1]JM5%,8NB/K_5_BJIv:3W$vS' );

define( 'AUTH_SALT',        '@=1{1QMo$I.ItO3Y8y 5uI|f=;Vz5!aeYU(v@0BxDPV)]`vN?LHWeprZ+CXh]#bp' );

define( 'SECURE_AUTH_SALT', 'J:,XB6(bWRk4O{Zs&@xf4JS@z9t)4g|on}M<ORyB{[U5!M?O>[0MHk001g0qf?[]' );

define( 'LOGGED_IN_SALT',   'UGHRx%:]u$i0*1EM9_Sf@3ygL`Jorpe@eC{:%Ot/Bp`Jbidk&a}k?%t%yXI!mZj=' );

define( 'NONCE_SALT',       'yl54hl=cUBr-ef,tTz^YbaW|r)du}V1<-1L]w1w;WnSUW{?D,{T_<$=oP$^dr&kt' );


/**#@-*/


/**

 * 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://qc5.wpyt.ir/sway' );
/* 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';

