Skip to content

Commit 2f753a8

Browse files
committed
Update domain
1 parent 0af6f10 commit 2f753a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kill_timeout = 5
88
# release_command = "bin/rails db:migrate"
99

1010
[env]
11-
LOCAL_DOMAIN = "social-python-it.fly.dev"
11+
LOCAL_DOMAIN = "social.python.it"
1212
WEB_CONCURRENCY = "0" # exactly 1 Puma process
1313
OVERMIND_FORMATION = "sidekiq=1" # exactly 1 sidekiq process
1414
MALLOC_ARENA_MAX = "2"
@@ -18,7 +18,7 @@ kill_timeout = 5
1818
RAILS_SERVE_STATIC_FILES = "false"
1919
REDIS_HOST = "social-python-it-redis.internal"
2020
REDIS_PORT = "6379"
21-
## Storage on S3 also requires secrets named AWS_ACCESS_KEY_ID and
21+
## Storage on S3 also requires secrets named AWS_ACCESS_KEY_ID and
2222
## AWS_SECRET_ACCESS_KEY. If you use this, remove [mounts] below.
2323
# S3_ENABLED=true
2424
# S3_BUCKET=social-python-it-bucket

0 commit comments

Comments
 (0)