add sample config

This commit is contained in:
bain 2024-02-25 19:01:59 +01:00
parent 140b583071
commit 8055908c6d
Signed by: bain
GPG key ID: 31F0F25E3BED0B9B

13
config.sample.toml Normal file
View file

@ -0,0 +1,13 @@
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"]