mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 13:13:35 +01:00
14 lines
271 B
TOML
14 lines
271 B
TOML
|
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"]
|