ExDokku v0.1.3 ExDokku.Config.Struct View Source
Represents all the configuration info
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExDokku.Config.Struct{ app: nil | atom(), app_prod: String.t() | nil, app_stag: String.t() | nil, backup_directory: String.t() | nil, database_name: String.t() | nil, db_prod: String.t() | nil, db_stag: String.t() | nil, env_info: nil | map(), git_prod: String.t() | nil, git_stag: String.t() | nil, ip_prod: String.t() | nil, ip_stag: String.t() | nil, postgres_username: String.t() | nil, repo: nil | atom() }