chore: tune fly deployment defaults

This commit is contained in:
Peter Steinberger
2026-01-24 11:26:53 +00:00
parent 4b6cdd1d3c
commit ef9ba66798
2 changed files with 8 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ primary_region = "iad" # change to your closest region
NODE_OPTIONS = "--max-old-space-size=1536"
[processes]
app = "node dist/index.js gateway --port 3000 --bind lan"
app = "node dist/index.js gateway --allow-unconfigured --port 3000 --bind lan"
[http_service]
internal_port = 3000