Merge pull request 'Changed references of "Pleroma" to "Akkoma" in email text' (...
[akkoma] / test / fixtures / config / temp.secret.exs
index fa8c7c7e85ef3ceefedc6d42f0c51d2f3ef340c2..3a8673679b7291608708ce0aa9ee5f69b0a4d33a 100644 (file)
@@ -1,11 +1,13 @@
-use Mix.Config
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
+# 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