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 95d3839 commit e3ec553Copy full SHA for e3ec553
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -28,8 +28,13 @@ registry:
28
env:
29
secret:
30
- RAILS_MASTER_KEY
31
- # clear:
32
- # DB_HOST: 192.168.0.2
+ clear:
+ # Set this to the number of cores you wish the application to use on each server.
33
+ # If not set, app will attempt to use all available cores (but may guess wrong on some cloud hosts!)
34
+ WEB_CONCURRENCY: 1
35
+
36
+ # Match this to the database server to configure Active Record correctly
37
+ # DB_HOST: 192.168.0.2
38
39
<% unless skip_storage? %>
40
# Use a persistent storage volume for sqlite database files and local Active Storage files.
0 commit comments