mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-01 14:21:10 +00:00
12 lines
287 B
Elixir
12 lines
287 B
Elixir
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
|
|
|
|
config :postgrex, :json_library, Poison
|