logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

temp.secret.exs (463B)


  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. import Config
  5. config :pleroma, :first_setting, key: "value", key2: [Pleroma.Repo]
  6. config :pleroma, :second_setting, key: "value2", key2: ["Activity"]
  7. config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox
  8. config :postgrex, :json_library, Poison
  9. config :pleroma, :database, rum_enabled: true