aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-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/'