diff options
Diffstat (limited to 'account.sample.ini')
-rw-r--r-- | account.sample.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/account.sample.ini b/account.sample.ini new file mode 100644 index 0000000..0d54dfd --- /dev/null +++ b/account.sample.ini @@ -0,0 +1,16 @@ +[bank] +; The banks hbci url +url=https://brokerage-hbci.consors.de/hbci +; Bankleitzeil +blz=76030080 +; Login (Consorsbank: Kontonummer + Berechtigtennummer 001) +username=123123123001 +; PIN +password=secre +; The account-number to be inspected (kontonummer) +accountnumber=123123123 + +[jabber] +jid = bot@domain.tld +password = bot-password +recipient = receiver-of-notifications
\ No newline at end of file |