24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00
xmpp.chapril.org-ejabberd/test/elixir-config/shared/ejabberd_different_from_default.exs

10 lines
147 B
Elixir
Raw Normal View History

defmodule Ejabberd.ConfigFile do
use Ejabberd.Config
def start do
[loglevel: 4,
language: "en",
hosts: ["localhost"]]
end
end