File: /home/roshanchandy/public_html/dubai91.com/old/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
*/
@ini_set('upload_max_size' , '512M' );
define('WP_MAX_FILE_SIZE', '128M'); // Replace '32M' with your desired maximum size (e.g., 64M, 128M, etc.)
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'wp_uqd0k5' );
/** Database username */
define( 'DB_USER', 'wp_axv4wo' );
/** Database password */
define( 'DB_PASSWORD', 'JZzYS$@88xh8Dwd~' );
/** 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', 'Vye(pNq5;7zb;Q+s!z7gn72hn%n-0/7xs2SXff(IN1@lX0gS)w8R3c5]VCZuTB55');
define('SECURE_AUTH_KEY', '38wR*@/B4Q~2cfu4FS8ks@***3/f4_4yg3uw2[#e1C6%6AN&3~[CG3GP5POpQ5Ze');
define('LOGGED_IN_KEY', 'q%@!02GW4/Yw3C0d[9uF17XH&J#838-tLt[0!wB[zM32O3X~;0+II0:IU046/xcC');
define('NONCE_KEY', 'y#k[8o@9P1Nj!@i#7gT;ED!j%jVHc2l4E5@04+W6+-/2_]zN3VJ)si349j3D[(98');
define('AUTH_SALT', '1dw2&-(oN7xScI8aC59Y2FD2!:0hSuG#2EykIN73;KBS|ZQO9gV6)3(7H~#2jy6e');
define('SECURE_AUTH_SALT', '_9wA*-6Lz*211Jp~~Dq71+t/LS[au04(610v]QM/zQ9cGK&Il795K8%+O-h@0%Yf');
define('LOGGED_IN_SALT', '4if6poLF593/#60:fITM4/Tu@uf4X@O(ti11Av6q-[YZCCol:#02V!0o21n*7|qJ');
define('NONCE_SALT', 'k!Cv3eQl|Q1v0]H+H1Zx02r]hu9[2yxK*uLz0M|);B;5[0(cZiqPblXd5jv#0J7-');
/**#@-*/
/**
* 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 = 'WEqfJwu7y_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', false);
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';