Mise à jour de 'accounts.json.template'

This commit is contained in:
Dryusdan 2020-05-25 10:33:52 +02:00
parent 4319c136a0
commit 365ab92f1e
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"outputname": "bank1.csv",
"backend": "bank",
"minfetch": 10,
"maxfetch": 100
"maxfetch": 100,
"needinteract": true
},
"Bank2": {
"id": "22345678910",
@ -14,7 +15,8 @@
"outputname": "bank2.csv",
"backend": "bank",
"minfetch": 5,
"maxfetch": 10
"maxfetch": 10,
"needinteract": false
}
}
}