This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/data/config.example.toml

19 lines
324 B
TOML
Raw Normal View History

[segfautils]
port = 6893
webhook_url = "YOURWEBHOOKURL"
auth_token = "YOURAUTHTOKEN"
[hcaptcha]
site_key = "YOURSITEKEY"
2022-09-14 20:26:59 +05:30
secret_key = "YOURSECRETKEY"
[oauth]
client_id = "YOURCLIENTID"
client_secret = "YOURCLIENTSECRET"
redirect_url = "YOURREDIRECTURL"
2022-09-19 22:04:59 +05:30
auth_url = "YOURAUTHURL"
2022-09-18 02:20:55 +05:30
[options]
announce = true
2022-09-19 22:04:59 +05:30
form = false