ticketfrei/config.toml.example

24 lines
624 B
Plaintext
Raw Normal View History

[twitter]
# You get those keys when you follow these steps:
# https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens
2018-01-07 17:48:35 +00:00
consumer_key = "your_consumer_key"
consumer_secret = "your_consumer_secret"
[web]
host = "0.0.0.0" # will be used by bottle as a host.
contact = "b3yond@riseup.net"
2017-06-25 16:11:20 +00:00
2018-01-01 10:23:50 +00:00
[mail]
mailserver = "smtp.riseup.net"
user = "nbgticketfrei"
passphrase = "5MUIGw,GmSj)t@xW!jixq=b0U+@SJ{K{"
2018-01-01 10:23:50 +00:00
[logging]
2018-01-05 09:43:38 +00:00
# The directory where logs should be stored.
logpath = "logs/ticketfrei.log"
2018-01-01 10:23:50 +00:00
[database]
db_path = "ticketfrei.sqlite"
# when migrating to mysql:
# username = "username"
# password = "password"