mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
803270fc6b
Contribution for Google Summer of code 2016 by Gabriel Gatu
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: 'mnesiadb/'
|