2020-10-12 10:00:50 -07:00
|
|
|
# Pleroma: A lightweight social networking server
|
2023-01-02 12:38:50 -08:00
|
|
|
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
|
2020-10-12 10:00:50 -07:00
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2021-05-20 11:55:37 -07:00
|
|
|
import Config
|
2020-01-17 00:45:44 -08:00
|
|
|
|
|
|
|
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 00:36:37 -07:00
|
|
|
|
|
|
|
config :postgrex, :json_library, Poison
|
2020-06-17 19:45:15 -07:00
|
|
|
|
|
|
|
config :pleroma, :database, rum_enabled: true
|