summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-01-14 14:42:30 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-30 11:42:25 +0300
commiteb9744cadea7191b088ddaadfbd5fa4d4fd45090 (patch)
tree5c2c53e6a562f6280a58d831c5453eafe481337f /config/benchmark.exs
parente999c67cee65cfe07de6dc76ad18f213c0252bb3 (diff)
downloadpleroma-eb9744cadea7191b088ddaadfbd5fa4d4fd45090.tar.gz
pleroma-eb9744cadea7191b088ddaadfbd5fa4d4fd45090.zip
activities generation tasks
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index ff59395cf..e867253eb 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -39,7 +39,7 @@ config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,
username: "postgres",
password: "postgres",
- database: "pleroma_test",
+ database: "pleroma_benchmark",
hostname: System.get_env("DB_HOST") || "localhost",
pool_size: 10