diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2017-11-09 20:27:41 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2017-11-09 20:27:41 +0100 |
commit | 11cb0bba576fb9a041c29ba37cf4e1b2e2c387c2 (patch) | |
tree | 6bebeda47078f9883f0f1311eb45f1be555ebc44 /account.sample.ini | |
download | finanzstatus-11cb0bba576fb9a041c29ba37cf4e1b2e2c387c2.tar.gz finanzstatus-11cb0bba576fb9a041c29ba37cf4e1b2e2c387c2.zip |
add transfers watching jabber bot
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 |