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.
2 parents 4344c6a + ed294d2 commit ebf0027Copy full SHA for ebf0027
lib/stackify/env_details.rb
@@ -35,7 +35,7 @@ def set_env_properties (rails_info = nil)
35
'AppLocation' => app_location,
36
'AppName' => @app_name,
37
'ConfiguredAppName' => @app_name,
38
- 'ConfiguredEnvironmentName' =>@info['Environment']
+ 'ConfiguredEnvironmentName' => Stackify.configuration.env || @info['Environment']
39
}
40
end
41
0 commit comments