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 284efe1 commit b69ae67Copy full SHA for b69ae67
config/puma.rb
@@ -44,3 +44,7 @@
44
45
# Report stats to AppSignal
46
plugin :appsignal
47
+
48
+require_relative "../app/lib/credentials"
49
50
+Credentials.load if ENV["DOPPLER_TOKEN"]
0 commit comments