add registration mode setting

This commit is contained in:
2021-09-04 16:54:48 -04:00
committed by oliviasculley
parent 6675c1dfab
commit 9be43eecbf
4 changed files with 8 additions and 4 deletions

View File

@ -13,7 +13,7 @@ config :cannery, CanneryWeb.Endpoint,
url: [host: "localhost"],
http: [port: 4000],
cache_static_manifest: "priv/static/cache_manifest.json"
config :cannery, Cannery.Repo,
url: "ecto://postgres:postgres@localhost/cannery",
pool_size: 10