ticketfrei/config.toml.example

17 lines
397 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.
2018-09-08 14:06:25 +00:00
port = 80
contact = "b3yond@riseup.net"
2017-06-25 16:11:20 +00:00
2018-01-01 10:23:50 +00:00
[mail]
mbox_user = "root"
2018-01-01 10:23:50 +00:00
[database]
db_path = "/var/ticketfrei/db.sqlite"