aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2015-09-02 14:25:43 +0200
committerMickaël Rémond <mickael.remond@process-one.net>2015-09-02 14:25:43 +0200
commit608661d8c01fe11baaa3a0f9b7d11a79c264fef4 (patch)
tree5dd0b1d2edc90bf8e73a77a222ddd98dc129bb6c /config/config.exs
parentAdd verification of hide_sensitive_log_data global option (diff)
parentAllow building ejabberd with Elixir mix and building and ejabberd OTP release (diff)
Merge pull request #725 from processone/elixir-mix
Allow building an ejabberd release with mix and elixir release manager
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/'