distillery v0.10.1 Mix.Releases.Profile
Represents the configuration profile for a specific environment and release. More generally, a release has a profile, as does an environment, and when determining the configuration for a release in a given environment, the environment profile overrides the release profile.
Summary
Types
t()
t :: %Mix.Releases.Profile{code_paths: nil | [String.t], commands: nil | [{atom, String.t}], config: nil | String.t, cookie: nil | Atom.t, dev_mode: nil | boolean, erl_opts: nil | String.t, include_erts: nil | boolean | String.t, include_src: nil | boolean, include_system_libs: nil | boolean | String.t, overlay_vars: nil | Keyword.t, overlays: nil | Mix.Releases.Overlay.overlay, overrides: nil | [{atom, String.t}], plugins: [module], post_start_hook: nil | String.t, post_stop_hook: nil | String.t, pre_start_hook: nil | String.t, pre_stop_hook: nil | String.t, strip_debug_info: nil | boolean, sys_config: nil | String.t, vm_args: nil | String.t}