Application.fetch_env

You're seeing just the function fetch_env, go back to Application module for more information.

Specs

fetch_env(app(), key()) :: {:ok, value()} | :error

Returns the value for key in app's environment in a tuple.

If the configuration parameter does not exist, the function returns :error.