diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-12-27 12:42:55 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-12-27 12:42:55 +0100 |
commit | ef6af11f1711b7f2f8db9af5ed0627dc63073a30 (patch) | |
tree | b69c6f754806a0dec28708ffa0cf3fe6c445385e | |
parent | Add missing application building with mix (diff) |
Rename mnesiadb
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 0d1a3c720..ef479a4db 100644 --- a/config/config.exs +++ b/config/config.exs @@ -7,4 +7,4 @@ config :ejabberd, # Customize Mnesia directory: config :mnesia, - dir: 'mnesiadb/' + dir: 'database/' |