remove mnesia remnants

This commit is contained in:
byte[] 2020-07-28 18:27:58 -04:00
parent f2e5de00af
commit 70f530cb76
3 changed files with 1 additions and 7 deletions

3
.gitignore vendored
View file

@ -36,9 +36,6 @@ npm-debug.log
# this depending on your deployment strategy.
/priv/static/
# Mnesia
/Mnesia*
# Intellij IDEA
.idea

View file

@ -20,7 +20,7 @@ defmodule Philomena.MixProject do
def application do
[
mod: {Philomena.Application, []},
extra_applications: [:logger, :canada, :mnesia, :runtime_tools]
extra_applications: [:logger, :canada, :runtime_tools]
]
end

View file

@ -8,9 +8,6 @@
## Cookie for distributed erlang
-setcookie <%= release.profile.cookie %>
## Path for Mnesia
-mnesia dir '"${MNESIA_DIR}"'
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
## (Disabled by default..use with caution!)
##-heart