This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
thrempp/config_example.toml

21 lines
398 B
TOML
Raw Normal View History

2019-05-31 10:07:40 +02:00
log_level = 50
[[component]]
type = "threema"
host = "threema.chat.sum7.eu"
connection = "localhost:5347"
secret = "change_me"
2019-06-06 21:20:51 +02:00
xmpp_debug = false
2019-05-31 10:07:40 +02:00
[component.special]
http_upload_url = "https://example.org/upload/threema"
http_upload_path = "/var/www/http/upload/threema"
2019-05-31 10:07:40 +02:00
[database]
type = "sqlite3"
logging = false
connection = "./thrempp.db"
# For Master-Slave cluster
# read_connection = ""