aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/config/temp.secret.exs
blob: f4686c101964ab4a18e4d830608cc0f1190ec9d8 (plain)
1
2
3
4
5
6
7
8
9
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