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