Skip to content

Commit 357c099

Browse files
authored
🔧 Set primary_region to iad in example configs (#394)
1 parent fe14ad9 commit 357c099

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/default/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "default-example_owner"
22
console_command = "/app/manage.py shell_plus"
33
kill_signal = "SIGINT"
44
kill_timeout = "5s"
5-
primary_region = "atl"
5+
primary_region = "iad"
66

77
[deploy]
88
release_command = "/release.sh"

examples/postgis/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "default-example_owner"
22
console_command = "/app/manage.py shell_plus"
33
kill_signal = "SIGINT"
44
kill_timeout = "5s"
5-
primary_region = "atl"
5+
primary_region = "iad"
66

77
[deploy]
88
release_command = "/release.sh"

examples/with_vite/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ app = "with_vite-example_owner"
22
console_command = "/app/manage.py shell_plus"
33
kill_signal = "SIGINT"
44
kill_timeout = "5s"
5-
primary_region = "atl"
5+
primary_region = "iad"
66

77
[deploy]
88
release_command = "/release.sh"

0 commit comments

Comments
 (0)