Config.Reader.read-exclamation-mark

You're seeing just the function read-exclamation-mark, go back to Config.Reader module for more information.
Link to this function

read!(file, opts \\ [])

View Source (since 1.9.0)

Specs

read!(Path.t(), keyword()) :: keyword()

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. See Config.config_env/0 for sample usage

  • :target - the target the configuration file runs on. See Config.config_target/0 for sample usage