Skip to content

Commit f91b940

Browse files
committed
Fix comments for ease of comment/uncomment like builder block
1 parent cda8c70 commit f91b940

File tree

1 file changed

+4
-4
lines changed
  • railties/lib/rails/generators/rails/app/templates/config

1 file changed

+4
-4
lines changed

railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ env:
2929
secret:
3030
- RAILS_MASTER_KEY
3131
# clear:
32-
# Set number of cores available to the application on each server (default: 1).
33-
# WEB_CONCURRENCY: 2
32+
# # Set number of cores available to the application on each server (default: 1).
33+
# WEB_CONCURRENCY: 2
3434

35-
# Match this to the database server to configure Active Record correctly
36-
# DB_HOST: 192.168.0.2
35+
# # Match this to the database server to configure Active Record correctly
36+
# DB_HOST: 192.168.0.2
3737

3838
<% unless skip_storage? %>
3939
# Use a persistent storage volume for sqlite database files and local Active Storage files.

0 commit comments

Comments
 (0)