anon/config.sample.toml

14 lines
271 B
TOML
Raw Normal View History

2024-02-25 19:01:59 +01:00
host = "0.0.0.0"
port = 8000
issuer_uri = "http://localhost:8000/"
issuer_name = "My Issuer"
salt = "SOMETHING SOMETHING"
rsa_key_file = "rsa-key.pk8"
[clients]
[clients.a1]
name = "a1.example.com"
client_secret = "SECRET"
redirect_uris = ["https://a1.example.com/cb"]