RefInspector v0.15.0 RefInspector.Config View Source

Utility module to simplify access to configuration values.

Link to this section 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 urls of the database file

Link to this section Functions

Link to this function database_files() View Source
database_files() :: list

Returns the list of configured database files.

Link to this function database_path() View Source
database_path() :: String.t | nil

Returns the configured database path or nil.

Link to this function get(key, default \\ nil) View Source
get(atom, term) :: term

Provides access to configuration values with optional environment lookup.

Returns the remote urls of the database file.