e5709ba6f6ea776dd6a9cfb61736fcd1d6bd45e3
[anni] / test / fixtures / config / temp.secret.exs
1 # Pleroma: A lightweight social networking server
2 # Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
3 # SPDX-License-Identifier: AGPL-3.0-only
4
5 import Config
6
7 config :pleroma, :first_setting, key: "value", key2: [Pleroma.Repo]
8
9 config :pleroma, :second_setting, key: "value2", key2: ["Activity"]
10
11 config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox
12
13 config :postgrex, :json_library, Poison
14
15 config :pleroma, :database, rum_enabled: true