View Source Electric.Application (electric v0.9.5)
Summary
Functions
This callback starts the entire application, but is configured to run only when
this app is started on it's own, not as a library. As such, this should be the only
place that actually reads from Application.get_env/2
, because it's the only context
where the config/runtime.exs
is executed.
Functions
This callback starts the entire application, but is configured to run only when
this app is started on it's own, not as a library. As such, this should be the only
place that actually reads from Application.get_env/2
, because it's the only context
where the config/runtime.exs
is executed.