add sample config
This commit is contained in:
parent
140b583071
commit
8055908c6d
1 changed files with 13 additions and 0 deletions
13
config.sample.toml
Normal file
13
config.sample.toml
Normal 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"]
|
Loading…
Reference in a new issue