We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af6f10 commit 2f753a8Copy full SHA for 2f753a8
1 file changed
fly.toml
@@ -8,7 +8,7 @@ kill_timeout = 5
8
# release_command = "bin/rails db:migrate"
9
10
[env]
11
- LOCAL_DOMAIN = "social-python-it.fly.dev"
+ LOCAL_DOMAIN = "social.python.it"
12
WEB_CONCURRENCY = "0" # exactly 1 Puma process
13
OVERMIND_FORMATION = "sidekiq=1" # exactly 1 sidekiq process
14
MALLOC_ARENA_MAX = "2"
@@ -18,7 +18,7 @@ kill_timeout = 5
18
RAILS_SERVE_STATIC_FILES = "false"
19
REDIS_HOST = "social-python-it-redis.internal"
20
REDIS_PORT = "6379"
21
- ## Storage on S3 also requires secrets named AWS_ACCESS_KEY_ID and
+ ## Storage on S3 also requires secrets named AWS_ACCESS_KEY_ID and
22
## AWS_SECRET_ACCESS_KEY. If you use this, remove [mounts] below.
23
# S3_ENABLED=true
24
# S3_BUCKET=social-python-it-bucket
0 commit comments