summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2022-11-11 17:38:51 +0000
committerfeld <feld@feld.me>2022-11-11 17:38:51 +0000
commitceb07772d06be3fb0e8590eed9963cfc29284866 (patch)
tree03a0de011da6be9ecee941150d03b16442d71c0c /config/benchmark.exs
parent39a96876ef1dd232c725cc10dccdc4f1e154a8fc (diff)
parente7c40c250998bd7d90b7a8be39a8d8e85686153d (diff)
downloadpleroma-ceb07772d06be3fb0e8590eed9963cfc29284866.tar.gz
pleroma-ceb07772d06be3fb0e8590eed9963cfc29284866.zip
Merge branch 'custom-db-port' into 'develop'
allow custom db port Closes #2981 See merge request pleroma/pleroma!3775
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index 9a7ea5669..870ead150 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -40,6 +40,7 @@ config :pleroma, Pleroma.Repo,
password: "postgres",
database: "pleroma_benchmark",
hostname: System.get_env("DB_HOST") || "localhost",
+ port: System.get_env("DB_PORT") || "5432",
pool_size: 10
# Reduce hash rounds for testing