pleroma/test/fixtures/config/temp.secret.exs

16 lines
463 B
Elixir
Raw Normal View History

2020-10-12 19:00:50 +02:00
# Pleroma: A lightweight social networking server
2022-02-26 07:11:42 +01:00
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
2020-10-12 19:00:50 +02:00
# SPDX-License-Identifier: AGPL-3.0-only
import Config
config :pleroma, :first_setting, key: "value", key2: [Pleroma.Repo]
config :pleroma, :second_setting, key: "value2", key2: ["Activity"]
config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox
2020-04-16 09:36:37 +02:00
config :postgrex, :json_library, Poison
2020-06-18 04:45:15 +02:00
config :pleroma, :database, rum_enabled: true