aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
blob: ef479a4dbc6b307fc4d3317229c717993143591e (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: 'database/'