File: //var/www/stg-everycred.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 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
* * ABSPATH
*
* @link https://wordpress.org/documentation/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', 'everycred_new_staging');
/** 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', '');
define('ALLOW_UNFILTERED_UPLOADS', true);
/**#@+
* 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', '3^|uu>U^g/|m+__re5YNG3g.-&o|Tr[vfJx4j:P?!V44an)1A@iXt-6WyV{j^tt7');
define('SECURE_AUTH_KEY', '#LxFfKGoG @sx(8!T{(>1muK-VzK[YeX-2F48}Qu #e=JNLREE;j/D(&%6rU#qcn');
define('LOGGED_IN_KEY', '.9~n1)KK~&5Wb9.Xs{E2x7;Q:-Ks-nmZH2jSpD[rvEJnX?PJ>|vo/sQ*T M8)M:@');
define('NONCE_KEY', '_<A,4.){U .2B,QhpY^e9 TR]Gy13l3s=pbUO0eEa$w[AL8`1YgpO|s^vE)^945?');
define('AUTH_SALT', 'xC:|BYwi1vl~DQHQ0&m Ki!FUgGAfrm 8le-[5qIJX[N9%stgd gG,m50BiL(kNl');
define('SECURE_AUTH_SALT', '%66uRDl{G:#?%zJVLVJN>^>^WRs[XP5vB.0t#~o l(qw+? w3n?gbf(HZqW*DW]/');
define('LOGGED_IN_SALT', '_UcZK3+dE]6.D~(^XdNmKEnzKO)H2 M3`5REKvWU>T4q,poya[078$axMoP9+xQc');
define('NONCE_SALT', '0H{je&)T)=Vdo2Y]@M$vFme4|7IvZ}*mQ-sMRE5p-u81Q:vl/&]MiXZ?yPW?e@cL');
/**#@-*/
/**
* 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 = 'evrcd_';
/**
* 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/documentation/article/debugging-in-wordpress/
*/
// define('WP_DEBUG', value: true);
// define('WP_DEBUG_LOG', value: true);
// define('WP_DEBUG_DISPLAY', value: true);
// @ini_set('display_errors', 0);
define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
define('FS_METHOD', 'direct');
/* Add any custom values between this line and the "stop editing" line. */
/* 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';
define('SMTP_HOST', 'email-smtp.us-east-1.amazonaws.com');
define('SMTP_PORT', 587);
define('SMTP_USER', 'AKIAT54DL5XT37PXBWSI');
define('SMTP_PASS', 'BPFYPV3lfrXsFz5V7C8fjxB5opNQmFGo4qdl35CkvQRZ');
define('SMTP_FROM', 'noreply@everycred.com');
define('SMTP_SECURE', 'tls');
define('SMTP_NAME', 'EveryCRED');
putenv('ZOHO_CLIENT_ID=1000.YOE63FD6VGVYG9FCIY23Z6IQ3M41FO');
putenv('ZOHO_CLIENT_SECRET=bc2b1996daf2addd1d11fcc64810e91fbe1aeadfea');
putenv('ZOHO_REDIRECT_URI=https://stg.everycred.com/zoho-callback');
putenv('ZOHO_ACCOUNTS_SERVER=https://accounts.zoho.in');
putenv('ZOHO_API_DOMAIN=https://www.zohoapis.in');