update docs
This commit is contained in:
parent
5fa2bf780d
commit
61384f39bf
11
.env.example
11
.env.example
@ -1,13 +1,18 @@
|
|||||||
USERNAME=
|
USERNAME=
|
||||||
PASSWORD=
|
PASSWORD=
|
||||||
TOTP_SEED=
|
TOTP_SEED=
|
||||||
|
## username, password and totp_seed is not unused for now, please use cookie instead
|
||||||
ACCOUNT_NUMBER=
|
|
||||||
|
|
||||||
#Cookie
|
#Cookie
|
||||||
QL_0=
|
QL_0=
|
||||||
IBSID=
|
IBSID=
|
||||||
|
|
||||||
|
ACCOUNT_NUMBER=
|
||||||
|
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
TIME_DIFF_LIMIT=1
|
|
||||||
|
## 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
|
SLEEP=45
|
||||||
|
Loading…
x
Reference in New Issue
Block a user