X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ffixtures%2Fconfig%2Ftemp.secret.exs;h=3a8673679b7291608708ce0aa9ee5f69b0a4d33a;hb=357f80a714a9d9834130ede9b4919c6c763fffcf;hp=dc950ca30833f65df60167482980bb08478391ad;hpb=d15aa9d9503e59b3cd0731394855781f435ec63c;p=akkoma diff --git a/test/fixtures/config/temp.secret.exs b/test/fixtures/config/temp.secret.exs index dc950ca30..3a8673679 100644 --- a/test/fixtures/config/temp.secret.exs +++ b/test/fixtures/config/temp.secret.exs @@ -1,11 +1,15 @@ -use Mix.Config +# Pleroma: A lightweight social networking server +# Copyright © 2017-2021 Pleroma Authors +# 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 :quack, level: :info - config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox config :postgrex, :json_library, Poison + +config :pleroma, :database, rum_enabled: true