We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee3525 commit 5c71e17Copy full SHA for 5c71e17
1 file changed
api/fly.toml
@@ -8,7 +8,9 @@ processes = []
8
9
[env]
10
PORT = "8080"
11
- HOST = "0.0.0.0"
+ # Listen on IPv6 by default
12
+ # https://fly.io/docs/networking/private-networking/#listening-for-connections-on-6pn-addresses
13
+ HOST = "::"
14
SENTRY_ENVIRONMENT = "production"
15
DOMAIN = "api.filspark.com"
16
REQUEST_LOGGING = "false"
0 commit comments