mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
remove mnesia remnants
This commit is contained in:
parent
f2e5de00af
commit
70f530cb76
3 changed files with 1 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,9 +36,6 @@ npm-debug.log
|
|||
# this depending on your deployment strategy.
|
||||
/priv/static/
|
||||
|
||||
# Mnesia
|
||||
/Mnesia*
|
||||
|
||||
# Intellij IDEA
|
||||
.idea
|
||||
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue