| Server IP : 69.30.224.78 / Your IP : 216.73.216.51 Web Server : Microsoft-IIS/10.0 System : Windows NT SERVER 10.0 build 14393 (Windows Server 2016) AMD64 User : IWPD_92(newtechtest) ( 0) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/newtechtest.in/heartcare.newtechtest.in/ |
Upload File : |
<?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://codex.wordpress.org/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', 'luminouscare_new_db');
/** MySQL database username */
define('DB_USER', 'luminouscare_new_db');
/** MySQL database password */
define('DB_PASSWORD', 'luminouscare_new_db');
/** MySQL 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', '%lkEc^L00%x!WHmnNx#!nOSG)9rm8aYkt!sYaoVAUt8M0qQ#Turp37pTHJvfK^Dz');
define('SECURE_AUTH_KEY', 'bL#)DlLoDDXkFsWIDgPg0UxovwmiOrQHyeCojOW5eqKoQmyw%VhCUp)E6TgznL7L');
define('LOGGED_IN_KEY', '7WLMTP(&!A0qF%M4(8@LOn%rjS%5NqM2OKEWEUZ6dWIqk%k)NW4@Soca7pe0P0SZ');
define('NONCE_KEY', 'L9eDiA*S@9oz191hIubLLH!XXx(T2bdtYEex9FFdQxoUttDP2ah7JV@Ocz(Z(TYJ');
define('AUTH_SALT', 'HOUYR4l92sE478UajjhCY(al7JRR8aqD&OamO56yb0p4KCWAIyltOHvW(77sDzG4');
define('SECURE_AUTH_SALT', 'FghQYf5rk(oI@j4fwmZbm#(7KGhc9P1@NuseXnlRCw7eh7YR8U4@*Sw%Gys*r2t@');
define('LOGGED_IN_SALT', 'jKdVzfGZdaRv8Fn@0)AqyE7&LRnPAEazZfGGk05r0mh0dbAwn%9MG#o(ufTg*4%o');
define('NONCE_SALT', '^%Pf9)E7*mtfAI!v7ThJ6^hwHRL1FoCNFwJEiHhuoft254*)0TqTv^HJP1GtcUC7');
/**#@-*/
/**
* 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 = 'c_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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
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_ALLOW_MULTISITE', true );
define ('FS_METHOD', 'direct');