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