barycenter/config.toml
Till Wegmueller d7bdd51164
WIP Passkey implementation. Needs fixing storage.rs and more tests
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2025-12-07 13:18:22 +01:00

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 = []