2018-03-24 10:25:14 +00:00
|
|
|
[twitter]
|
2018-01-04 10:02:42 +00:00
|
|
|
# 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"
|
2018-01-04 10:02:42 +00:00
|
|
|
|
2018-03-24 10:25:14 +00:00
|
|
|
[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"
|
2018-03-24 10:25:14 +00:00
|
|
|
user = "nbgticketfrei"
|
|
|
|
passphrase = "5MUIGw,GmSj)t@xW!jixq=b0U+@SJ{K{"
|
2018-01-01 10:23:50 +00:00
|
|
|
|
2018-01-05 09:42:31 +00:00
|
|
|
[logging]
|
2018-01-05 09:43:38 +00:00
|
|
|
# The directory where logs should be stored.
|
2018-01-19 15:00:36 +00:00
|
|
|
logpath = "logs/ticketfrei.log"
|
2018-01-01 10:23:50 +00:00
|
|
|
|
2018-03-24 10:25:14 +00:00
|
|
|
[database]
|
|
|
|
db_path = "ticketfrei.sqlite"
|
|
|
|
# when migrating to mysql:
|
|
|
|
# username = "username"
|
|
|
|
# password = "password"
|