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-25 15:31:51 +00:00
|
|
|
user = "user"
|
|
|
|
passphrase = "sup3rs3cur3"
|
2018-01-01 10:23:50 +00:00
|
|
|
|
2018-03-24 10:25:14 +00:00
|
|
|
[database]
|
2018-03-28 22:21:14 +00:00
|
|
|
db_path = "/var/run/ticketfrei/db.sqlite"
|
2018-03-24 10:25:14 +00:00
|
|
|
# when migrating to mysql:
|
|
|
|
# username = "username"
|
2018-03-28 22:21:14 +00:00
|
|
|
# password = "password"
|