diff --git a/friends/config/test.exs b/friends/config/test.exs index b358e96..96d3228 100644 --- a/friends/config/test.exs +++ b/friends/config/test.exs @@ -8,10 +8,12 @@ config :bcrypt_elixir, :log_rounds, 1 # The MIX_TEST_PARTITION environment variable can be used # to provide built-in test partitioning in CI environment. # Run `mix help test` for more information. + config :friends, Friends.Repo, username: "postgres", - password: "postgres", - hostname: "localhost", + password: "pleasework", + hostname: "10.0.0.22", + port: "2345", database: "friends_test#{System.get_env("MIX_TEST_PARTITION")}", pool: Ecto.Adapters.SQL.Sandbox, pool_size: 10 diff --git a/friends/lib/friends_web/templates/layout/_user_menu.html.heex b/friends/lib/friends_web/templates/layout/_user_menu.html.heex index f281cfc..3c51608 100644 --- a/friends/lib/friends_web/templates/layout/_user_menu.html.heex +++ b/friends/lib/friends_web/templates/layout/_user_menu.html.heex @@ -1,4 +1,4 @@ -