Current File : /home/quantums/durdanatariq.com/wp-config.php |
<?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', 'quantums_wp_ts1xi' );
/** Database username */
define( 'DB_USER', 'quantums_wp_xjpb4' );
/** Database password */
define( 'DB_PASSWORD', 'G$_?xyjbT7dd8n8N' );
/** 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', 'vE1O4+h2u4l[Sz512c)O0v8[;4@brojc8+/B1@6@]]wf9L]3quyefkQGK&7-TwwA');
define('SECURE_AUTH_KEY', 'L85cq%T+JL|QDr#zsWM%Sh0C#6x@z~0n8h*YqQ6T|2QY10a3%_Gw34&YHKCt53v#');
define('LOGGED_IN_KEY', 'F|J#!g&FWu1U/J@]|5+0DExT1zU]@8:C]T9*4%2M42[]2~FmhN;GWry47pG;A1o+');
define('NONCE_KEY', '&I0ec79|CE!TIQ:-)1nLP/0:Ictcn@yaQQd!_HE|k2Lh8S56Ol:!56Z)|8GQaW45');
define('AUTH_SALT', ':3ai3X2s5250fa+U*2EZVA7ce)B;&bSZfxGF]d*9-w%]N16@unnojSXFFl%Gyd;p');
define('SECURE_AUTH_SALT', 'lbxulFxKJPGu9lkH1Ga95EKGRE7[XefzKNMwRkCb6TnUU7I9mXr0!Bn!1u#77!61');
define('LOGGED_IN_SALT', '@Q87w9LFjf0dXX@!G(!6;/btiw]&5cIF74W0@eov4&inq55fB6va5hY1-2o9C47+');
define('NONCE_SALT', 'w1%%ZF/AfRX3r:OvDA6E7V69WD//4J#X25*9DKxLE]kZQ4~+i+M2W2fz|a6-AB4Q');
/**#@-*/
/**
* 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 = '8rGxF063_';
/* 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 );
define('FORCE_SSL_ADMIN', true);
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
$_SERVER['HTTPS'] = 'on';
}
}
/* 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';