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 3c91ede commit e23500bCopy full SHA for e23500b
app/services/forest_liana/ip_whitelist.rb
@@ -17,7 +17,7 @@ def self.retrieve
17
else
18
FOREST_LOGGER.error 'An error occured while retrieving your IP whitelist. Your Forest ' +
19
'env_secret seems to be missing or unknown. Can you check that you properly set your ' +
20
- 'Forest env_secret in the forest_liana initializer?'
+ 'Forest env_secret in the forest_liana initializer? Current value is: ' + ForestLiana.env_secret
21
false
22
end
23
rescue => exception
0 commit comments