mib-payment-verify/.env.example

18 lines
418 B
Plaintext
Raw Permalink Normal View History

2024-10-19 01:01:54 +05:00
USERNAME=
PASSWORD=
TOTP_SEED=
2024-10-19 02:34:50 +05:00
2025-01-10 07:37:41 +05:00
PROFILE_ID=
PROFILE_TYPE=
2024-12-09 08:58:32 +05:00
ACCOUNT_NUMBER=
2025-01-10 08:10:59 +05:00
COOKIE_SERVER=http://cookieserver:5000
2024-10-19 02:34:50 +05:00
APP_DEBUG=true
2024-12-09 08:58:32 +05:00
## This valu is for time difference between request json and actual time of the transacation (+ or -) in mins, 5 or 10 is probably a good value
TIME_DIFF_LIMIT=7
## Sleep is the delay between keepalive request for extending sesssion, somewhere between 30 and 150 should be ok
SLEEP=45