mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
9 lines
147 B
Elixir
9 lines
147 B
Elixir
defmodule Ejabberd.ConfigFile do
|
|
use Ejabberd.Config
|
|
|
|
def start do
|
|
[loglevel: 4,
|
|
language: "en",
|
|
hosts: ["localhost"]]
|
|
end
|
|
end
|