Application.fetch_env
You're seeing just the function
fetch_env
, go back to Application module for more information.
Specs
Returns the value for key
in app
's environment in a tuple.
If the configuration parameter does not exist, the function returns :error
.