Ajouter 'backend.json.template'

This commit is contained in:
Dryusdan 2020-05-25 09:43:41 +02:00
parent efb1e53cab
commit d22f6d001a
1 changed files with 16 additions and 0 deletions

16
backend.json.template Normal file
View File

@ -0,0 +1,16 @@
{
accounts: {
Bank1: {
id: "12345678910",
importconfig: "Bank1.json",
minfetch: 10,
maxfetch: 100
},
Bank2: {
id: "22345678910",
importconfig: "Bank2.json",
minfetch: 5,
maxfetch: 10
}
}
}