File: /home/roshanchandy/public_html/dubai91.com/maps/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', 'wp_xra02' );
/** Database username */
define( 'DB_USER', 'wp_t57ui' );
/** Database password */
define( 'DB_PASSWORD', '3~Ff$iS6p2YKth?m' );
/** 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', '+NI]_ng4QyE_f60#%-e87d7*pBa(3m8mP!aYd@L4N6Z9!@v6~P@[-*!6d9Lt3ts5');
define('SECURE_AUTH_KEY', '9d@@pmO[6f*3A9-Hl8yl81MExztD]mZW!v3(4zwW5Q24V9_ELR0/i01rYs@A(P31');
define('LOGGED_IN_KEY', '5]459E(G7(lF0k2D7y21r5~&i|m[4f1jSf*%9LF11~|2;160|%77i2gc62VyJR@e');
define('NONCE_KEY', 'p%am8f5l3(QL79ke(c%#rjjb90/r6YG14[EA;RS%@TFp7Y;[8!3H7/0KB6z%a:-U');
define('AUTH_SALT', 'YAmxDj@9~@GVpAs6G1o/ZkIP[_fq!k375N;7SVqpD_s+:zc*W7Qyh*@5)0z4|)55');
define('SECURE_AUTH_SALT', 'zbT8Lqz9qyBM9w):_-F[ng11E-tuFiuprp46Gbhs5]fb78+w65K2*5toifw7;coq');
define('LOGGED_IN_SALT', 'yf-/809fFe1-Ye;5p~/z+#*0&Ekpr)050:G7Lk-!Lpc19Od#;K3D/%31bGG07069');
define('NONCE_SALT', '[_0c[sl2:!lriPGWNQ|Es!l]W6b43B:NX3jN@JdhWce4|[83O2&x&/MrVk_Q_S7)');
/**#@-*/
/**
* 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 = 'B8ArRGq0_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
define('WP_AUTO_UPDATE_CORE', false);
/**
* 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 );
}
/* 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';