Skip to content

Commit

Permalink
Merge branch '0.0.5' of github.com:Teifion/teiserver into 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Teifion committed Sep 22, 2024
2 parents e7446bd + 5e2a7db commit f4d3e9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config :teiserver, Teiserver.Test.Repo,
priv: "test/support/postgres",
url:
System.get_env("DATABASE_URL") ||
"postgres://teiserver_test:123456789@localhost/teiserver_test"
"postgres://teiserver_test:postgres@localhost/teiserver_test"

config :teiserver,
# Overridden by application
Expand Down
6 changes: 0 additions & 6 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@ import Config
# This makes anything in our tests involving user passwords (creating or logging in) much faster
config :argon2_elixir, t_cost: 1, m_cost: 8

config :teiserver, Teiserver.Test.Repo,
database: "teiserver_test",
username: "postgres",
password: "postgres",
hostname: "localhost"

config :teiserver,
repo: Teiserver.Test.Repo

0 comments on commit f4d3e9a

Please sign in to comment.