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

16 lines
463 B
Elixir
Raw Normal View History

2020-10-12 12:00:50 -05:00
# Pleroma: A lightweight social networking server
2022-02-26 00:11:42 -06:00
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
2020-10-12 12:00:50 -05: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 02:36:37 -05:00
config :postgrex, :json_library, Poison
2020-06-17 21:45:15 -05:00
config :pleroma, :database, rum_enabled: true