14 lines
216 B
TOML
14 lines
216 B
TOML
|
app = "loadr"
|
||
|
primary_region = "ord"
|
||
|
|
||
|
[build]
|
||
|
|
||
|
[http_service]
|
||
|
internal_port = 8080
|
||
|
force_https = true
|
||
|
auto_start_machines = true
|
||
|
min_machines_running = 1
|
||
|
processes = ["app"]
|
||
|
|
||
|
[[vm]]
|
||
|
size = "shared-cpu-1x"
|