Files
2026-04-03 05:48:03 +02:00

16 lines
252 B
TOML

app = "weval-edge"
primary_region = "cdg"
[build]
builder = "heroku/builder:22"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
[env]
PORT = "3000"