Files
Proxmox-AIS-Server/config/app.example.toml
T
BartelLuis 06c3474636
CI / javascript-check (push) Successful in 51s
CI / container-policy (push) Successful in 2s
CI / container-verify (push) Canceled after 0s
CI / container-publish (push) Canceled after 0s
CI / python-tests (push) Canceled after 6m59s
feat: add Proxmox provisioning service with CI and deployment tooling
2026-09-14 20:09:12 +02:00

9 lines
390 B
TOML

# Optional configuration: set APP_CONFIG to this file's absolute path.
# Environment variables override these values.
data_dir = "./data"
master_key_file = "./secrets/master.key"
public_url = "https://provision.example.net"
secure_cookies = true
# Supply the initial administrator interactively with `proxmox-ais init`.
# Keep the encryption key outside data_dir and back it up separately.