Allow building ejabberd with Elixir mix and building and ejabberd OTP release
parent
e179727a0e
commit
4ae7c81cfa
@ -0,0 +1,10 @@
|
||||
use Mix.Config
|
||||
|
||||
# This is standard path in the context of ejabberd release
|
||||
config :ejabberd,
|
||||
file: "running-config/ejabberd.yml",
|
||||
log_path: 'log/ejabberd.log'
|
||||
|
||||
# Customize Mnesia directory:
|
||||
config :mnesia,
|
||||
dir: 'mnesiadb/'
|
Loading…
Reference in New Issue