mib-payment-verify/.env.example
2024-12-09 08:58:32 +05:00

19 lines
459 B
Plaintext

USERNAME=
PASSWORD=
TOTP_SEED=
## username, password and totp_seed is not unused for now, please use cookie instead
#Cookie
QL_0=
IBSID=
ACCOUNT_NUMBER=
APP_DEBUG=true
## 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