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 34ea0a5 commit e024194Copy full SHA for e024194
railties/lib/rails/generators/rails/app/templates/config/deploy.yml.tt
@@ -40,6 +40,9 @@ env:
40
41
# # Match this to any external database server to configure Active Record correctly
42
# DB_HOST: 192.168.0.2
43
+
44
+ # # Log everything from Rails
45
+ # RAILS_LOG_LEVEL: debug
46
<% else -%>
47
clear:
48
# Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
@@ -54,6 +57,9 @@ env:
54
57
55
58
# Match this to any external database server to configure Active Record correctly
56
59
60
61
62
63
<% end -%>
64
65
# Aliases are triggered with "bin/kamal <alias>". You can overwrite arguments on invocation:
0 commit comments