aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-09-02 12:49:19 +0200
committerMickael Remond <mremond@process-one.net>2015-09-02 12:49:19 +0200
commit4ae7c81cfa044e8a44b3ece13d11818a48c9a3b2 (patch)
tree347e6aa630217ddc9cd09d0247893bca50837203 /config
parentignore ejabberd release result directory (diff)
Allow building ejabberd with Elixir mix and building and ejabberd OTP release
Diffstat (limited to 'config')
-rw-r--r--config/config.exs10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
new file mode 100644
index 000000000..8b68e8dbf
--- /dev/null
+++ b/config/config.exs
@@ -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/'