blob: 0d1a3c720ce6d051838254495a4007db8ea20874 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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: 'mnesiadb/'
|