RefInspector v0.12.0 RefInspector.Config

Utility module to simplify access to configuration values.

Summary

Functions

Returns the list of configured database files

Returns the configured database path or nil

Provides access to configuration values with optional environment lookup

Returns the remote url of the database file

Functions

database_files()

Specs

database_files :: list

Returns the list of configured database files.

database_path()

Specs

database_path :: String.t | nil

Returns the configured database path or nil.

get(key, default \\ nil)

Specs

get(atom, term) :: term

Provides access to configuration values with optional environment lookup.

yaml_url()

Specs

yaml_url :: String.t

Returns the remote url of the database file.