Inventur/__Rocket.toml__
Johannes Randerath c06ddc9498 First release
2024-08-27 18:25:04 +02:00

21 lines
568 B
Plaintext

[default]
template_dir = "templates"
secret_key = "${ROCKET_SECRET_KEY}"
address = "0.0.0.0"
port = 8001
ident = "Randerath Inventur"
[default.tls]
certs="private/cert.pem"
key="private/key.pem"
#[default.databases.inventur]
#url = "${ROCKET_DATABASE_URL}"
[default.oauth.oauth]
auth_uri = "https://ldap.randerath.eu/realms/master/protocol/openid-connect/auth"
token_uri = "https://ldap.randerath.eu/realms/master/protocol/openid-connect/token"
client_id = "randy_inventur"
client_secret = "${ROCKET_CLIENT_SECRET}"
redirect_uri = "https://inventur.rander.at/auth"