activities generation tasks

This commit is contained in:
Alexander Strizhakov 2020-01-14 14:42:30 +03:00
commit eb9744cade
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
8 changed files with 1184 additions and 761 deletions

View file

@ -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