forked from fram3d/donationcalc
14 lines
231 B
INI
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
|
|
|