2023-07-13 16:49:27 +02:00

14 lines
231 B
INI

[credentials]
smtphost = 'mail.example.org'
smtpport = 587
smtpstarttls = True
smtpusername = 'donations'
smtppassword = 'verysecr3t'
smtpaddress = 'donations@example.org'
[finance]
currency = EUR
balance = 400
monthlycost = 100