Files
OutFleet/config.docker.toml
2025-09-29 11:19:11 +01:00

18 lines
233 B
TOML

[database]
url = "postgres://postgres:postgres@postgres:5432/outfleet"
[web]
host = "0.0.0.0"
port = 8081
[telegram]
enabled = false
admin_chat_ids = []
allowed_users = []
[xray]
config_path = "./templates"
[log]
level = "debug"