Config.Reader.read-exclamation-mark
You're seeing just the function
read-exclamation-mark
, go back to Config.Reader module for more information.
Specs
Reads the configuration file.
Options
:imports
- a list of already imported paths or:disabled
to disable imports:env
- the environment the configuration file runs on. SeeConfig.config_env/0
for sample usage:target
- the target the configuration file runs on. SeeConfig.config_target/0
for sample usage