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 784d482 commit a74b66eCopy full SHA for a74b66e
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -28,10 +28,10 @@ registry:
28
env:
29
secret:
30
- RAILS_MASTER_KEY
31
- clear:
+ # clear:
32
# Set this to the number of cores you wish the application to use on each server.
33
# You can use "auto" and the app will attempt to use all available cores (but may guess wrong on some cloud hosts!)
34
- WEB_CONCURRENCY: 1
+ # WEB_CONCURRENCY: 2
35
36
# Match this to the database server to configure Active Record correctly
37
# DB_HOST: 192.168.0.2
0 commit comments