mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
17 lines
298 B
TOML
17 lines
298 B
TOML
|
|
[server]
|
||
|
|
host = "0.0.0.0"
|
||
|
|
port = 8080
|
||
|
|
# Uncomment for production with HTTPS:
|
||
|
|
# public_base_url = "https://idp.example.com"
|
||
|
|
|
||
|
|
[database]
|
||
|
|
url = "sqlite://crabidp.db?mode=rwc"
|
||
|
|
|
||
|
|
[keys]
|
||
|
|
jwks_path = "data/jwks.json"
|
||
|
|
private_key_path = "data/private_key.pem"
|
||
|
|
alg = "RS256"
|
||
|
|
|
||
|
|
[federation]
|
||
|
|
trust_anchors = []
|