mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 05:03:35 +01:00
17 lines
386 B
Text
17 lines
386 B
Text
host: "0.0.0.0"
|
|
port: 8000
|
|
issuer_uri: "https://anon.my-org.invalid"
|
|
issuer_name: "My Org"
|
|
salt: "longhexstringdeadbeefsomething"
|
|
rsa_key_file: "rsa-key.pk8"
|
|
|
|
clients:
|
|
service1:
|
|
name: "Service 1"
|
|
client_secret: "abcd"
|
|
redirect_uris: ["https://service1/redirect"]
|
|
|
|
service2:
|
|
name: "Service 2"
|
|
client_secret: "2222"
|
|
redirect_uris: ["http://service2/redirect"]
|