Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.exs « config - github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d378348059252bc8cf95f9510b201229c75797f (plain)
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/'