diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-16 10:36:37 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-04-17 12:45:13 +0300 |
commit | 6cda360fea8a42168b5835ef903cf3bf89c8151a (patch) | |
tree | 14825269d6ee4ef0bdec024e56b2b6f92fa30552 /test/fixtures/config | |
parent | 09bd1d12c112fe45563c25a76afde65a3381aa26 (diff) | |
download | pleroma-6cda360fea8a42168b5835ef903cf3bf89c8151a.tar.gz pleroma-6cda360fea8a42168b5835ef903cf3bf89c8151a.zip |
don't restart postgrex
Diffstat (limited to 'test/fixtures/config')
-rw-r--r-- | test/fixtures/config/temp.secret.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/config/temp.secret.exs b/test/fixtures/config/temp.secret.exs index f4686c101..dc950ca30 100644 --- a/test/fixtures/config/temp.secret.exs +++ b/test/fixtures/config/temp.secret.exs @@ -7,3 +7,5 @@ config :pleroma, :second_setting, key: "value2", key2: ["Activity"] config :quack, level: :info config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox + +config :postgrex, :json_library, Poison |