Skip to content
Snippets Groups Projects
Commit 97deb305 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Typo

parent 2eaec5f4
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment