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 cda8c70 commit f91b940Copy full SHA for f91b940
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -29,11 +29,11 @@ env:
29
secret:
30
- RAILS_MASTER_KEY
31
# clear:
32
- # Set number of cores available to the application on each server (default: 1).
33
- # WEB_CONCURRENCY: 2
+ # # Set number of cores available to the application on each server (default: 1).
+ # WEB_CONCURRENCY: 2
34
35
- # Match this to the database server to configure Active Record correctly
36
- # DB_HOST: 192.168.0.2
+ # # Match this to the database server to configure Active Record correctly
+ # DB_HOST: 192.168.0.2
37
38
<% unless skip_storage? %>
39
# Use a persistent storage volume for sqlite database files and local Active Storage files.
0 commit comments