diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index f5eb6e5c2..ea6f61393 100644 --- a/config/test.exs +++ b/config/test.exs @@ -47,6 +47,7 @@ config :pleroma, Pleroma.Repo, password: "postgres", database: "pleroma_test", hostname: System.get_env("DB_HOST") || "localhost", + port: System.get_env("DB_PORT") || "5432", pool: Ecto.Adapters.SQL.Sandbox, pool_size: 50 |