?>
wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', "kamiali_privateloanshop1@1@1");
/** MySQL database username */
define('DB_USER', "kamiali_priv12v");
/** MySQL database password */
define('DB_PASSWORD', "130178ShafKami1@1");
/** MySQL hostname */
define('DB_HOST', "localhost");
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
/** HTTP Proxy for HTTPS with Cloudflare */
define('DB_COLLATE', '');if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && 'https' == $_SERVER['HTTP_X_FORWARDED_PROTO'] ) {$_SERVER['HTTPS'] = 'on';}
/**#@+
* 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', 'ruLRTzwtkSC4J0SGtfrIsTekHRFqTlLOc0pFpqML4oO1ZgpFMvBbDOcXtmyL9EeY');
define('SECURE_AUTH_KEY', 'ijUWLdQTXJNXbjMmCq4yRCItnCQh5juAjghtzGbNTF8BeT0BOnNBwLdayh7cjM9D');
define('LOGGED_IN_KEY', 'CmTPXUwFxoJR91EweSuMwKHLuacor9X5pqrw1stosA1b4VvzFmjM92K7npknA9Kl');
define('NONCE_KEY', 'wLqe8A4oySE9ZxcsQfJpRChY5HCBS1jL6Gv93VC0w4aNlD40XU0KJbwYkvhHTlaW');
define('AUTH_SALT', 'CeuTpiTCLeiV5WgWbGamG3jA21YdmGSKXMArii5bkiV53g1voshVczpAnhIvl213');
define('SECURE_AUTH_SALT', 'w14FpqKdW3wrmBsU66Su2i8uoXbqXmmiExp3N8KCgSXgz8dz24dQBTpLioWMEPcj');
define('LOGGED_IN_SALT', 'X7zv7qDhPSNXYVqsoTpPmQycK91i2GcOuWjkVoENW6GRyf5zyvRubF3A7pBhsDL4');
define('NONCE_SALT', 'cOEAmZU4A4qRIwZx3TbEwzYkH6txWWKaR992By5z0JPWiu3ozxR5qaMmnirPSZvx');
/**
* Other customizations.
*/
define('FS_METHOD','direct');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**
* Turn off automatic updates since these are managed upstream.
*/
define('AUTOMATIC_UPDATER_DISABLED', true);
/**#@-*/
/**
* 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_h62gs5mwsx_';
/**
* 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.
*/
define('WP_DEBUG', false);
/* That's all, stop editing! Happy blogging. */
/** 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');
define( 'WP_AUTO_UPDATE_CORE', false );
?>