ExDokku v0.1.1 ExDokku.Config View Source

Configuration setup

Add to your dev.exs:

config :ex_dokku,
app: MyApp,
repo: MyApp.Repo,
postgres_username: "postgres"

Link to this section Summary

Link to this section Functions

Link to this function

backup_directory()

View Source
backup_directory() :: any()
Link to this function

postgres_username()

View Source
postgres_username() :: String.t()