mirror of
https://github.com/processone/docker-ejabberd
synced 2024-11-12 07:10:41 +00:00
11 lines
221 B
Elixir
11 lines
221 B
Elixir
|
use Mix.Config
|
||
|
|
||
|
# This is standard path in the context of ejabberd release
|
||
|
config :ejabberd,
|
||
|
file: "config/ejabberd.yml",
|
||
|
log_path: 'log/ejabberd.log'
|
||
|
|
||
|
# Customize Mnesia directory:
|
||
|
config :mnesia,
|
||
|
dir: 'database/'
|