Skip to content

Commit a2711cb

Browse files
committed
downgrade always-on in prod
1 parent 1d5e4ec commit a2711cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fly.prod.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ primary_region = 'ewr'
1111
[http_service]
1212
internal_port = 8000
1313
force_https = true
14-
auto_stop_machines = true
14+
auto_stop_machines = 'stop'
1515
auto_start_machines = true
16-
min_machines_running = 1
16+
min_machines_running = 0
1717
processes = ['app']
1818

1919
[[vm]]

0 commit comments

Comments
 (0)