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 fda9db5 commit 9417c79Copy full SHA for 9417c79
lib/litestream/generators/litestream/templates/initializer.rb
@@ -40,6 +40,6 @@
40
# config.litestream.base_controller_class = "MyApplicationController"
41
#
42
# Set authentication credentials for Litestream dashboard
43
- # config.litestream.username = Rails.application.credentials.dig(:litestream, :username)
44
- # config.litestream.password = Rails.application.credentials.dig(:litestream, :password)
+ # config.litestream.username = litestream_credentials&.username
+ # config.litestream.password = litestream_credentials&.password
45
end
0 commit comments