File: //var/www/bharti-foundation.stgviitor.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 website, 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
* * ABSPATH
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'stg-bharatifoundation' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'vMgreq3BFmjjBAYNQn' );
/** Database hostname */
define( 'DB_HOST', 'localhost' );
/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** 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', '/^/_2n/)&-J<O5`vQd$s^J[9-mK%G+K~p|x;oxC0_kP?}L?7t>Nrz1[t]qX73[c>' );
define( 'SECURE_AUTH_KEY', 'vK#L=/Y$9Q0nvx&)]DZQFIX(u#k-&|}e(I-eG[5`Es,UBKhPe;7|FB*_>ONb#>+Y' );
define( 'LOGGED_IN_KEY', 'd[;E) OR[Lhg%l|&HuR|hY*L(j(pS<5v/6B9uY1q_^.[uoy3o~)5yaIpYB}]j<GM' );
define( 'NONCE_KEY', '+xfG8FoOqEE;:!IiiFUNe<&V#M4wMq#t?9Fzh(Iu1M#M[t&I>XZE&z7 !REnt?Lm' );
define( 'AUTH_SALT', '.ot#`dFY=2`UBs8KizPt]H]?}0^n!mpZPc-$ C6|BpG1Blc99pFUolw__*z+g7%,' );
define( 'SECURE_AUTH_SALT', 'xq|ZU>/vYRX_GP,kNJ5uc$a]DWIo;kq~u;JVzl#o=Wz{knuAnf,ji@H~0I(V2](@' );
define( 'LOGGED_IN_SALT', 'az~|3!~^&ghx.@wY[@yraTHm>c}kHLRj3Y_j*kK4P-bg@x2WRdM `sVS$@4iGu&#' );
define( 'NONCE_SALT', 'z`)^l^4`}rf}4/wcDDZ7?ggv^wA~VYUwb,+A[RmiJ[zIZ11{a:dJ<b#fh!b5I1B.' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$table_prefix = 'bfo_';
/**
* 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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
/* Add any custom values between this line and the "stop editing" line. */
define('RAZORPAY_KEY_ID', 'rzp_live_4Q9ZWF9oYp67Qq');
define('RAZORPAY_KEY_SECRET', 'SDd8W8VKjbU5HJEsKiO0htIx');
define('SMTP_HOST', 'smtp.gmail.com');
define('SMTP_PORT', 465);
define('SMTP_USER', 'teambhartifoundation@gmail.com');
define('SMTP_PASS', 'nnck fdze xppw ygci');
define('SMTP_FROM_NAME', 'Bharti Foundation');
define('SMTP_FROM', 'teambhartifoundation@gmail.com');
define('SMTP_SECURE', 'ssl');
define('FS_METHOD', 'direct');
/* 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';