fix tests

This commit is contained in:
2022-01-22 15:00:30 -05:00
committed by oliviasculley
parent f0676a2433
commit 3674eeaf5a
15 changed files with 83 additions and 1096 deletions

View File

@ -2,8 +2,9 @@ import Config
# Configure your database
config :lokal, Lokal.Repo,
url: System.get_env("DATABASE_URL") ||
"ecto://postgres:postgres@localhost/lokal_dev",
url:
System.get_env("DATABASE_URL") ||
"ecto://postgres:postgres@localhost/lokal_dev",
show_sensitive_data_on_connection_error: true,
pool_size: 10