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