This commit is contained in:
Thomas Citharel 2018-12-20 18:15:12 +01:00
parent 2eaec5f497
commit 97deb305af
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ config :mobilizon, MobilizonWeb.Endpoint,
cache_static_manifest: "priv/static/cache_manifest.json"
# Configure your database
config :mobilison, Mobilizon.Repo,
config :mobilizon, Mobilizon.Repo,
adapter: Ecto.Adapters.Postgres,
username: System.get_env("MOBILIZON_DATABASE_USERNAME") || "mobilizon",
password: System.get_env("MOBILIZON_DATABASE_PASSWORD") || "mobilizon",