2
0
mirror of https://github.com/processone/docker-ejabberd synced 2024-11-18 09:25:29 +00:00
docker-ejabberd/ecs/rel/prod.exs

11 lines
265 B
Elixir
Raw Normal View History

use Mix.Config
# This is standard path in the context of ejabberd release
config :ejabberd,
2018-01-12 09:49:34 +00:00
file: "/home/ejabberd/conf/ejabberd.yml",
log_path: '/home/ejabberd/logs/ejabberd.log'
# Customize Mnesia directory:
config :mnesia,
2018-01-12 09:49:34 +00:00
dir: '/home/ejabberd/database/'