mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-18 19:34:23 +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.
|
# this depending on your deployment strategy.
|
||||||
/priv/static/
|
/priv/static/
|
||||||
|
|
||||||
# Mnesia
|
|
||||||
/Mnesia*
|
|
||||||
|
|
||||||
# Intellij IDEA
|
# Intellij IDEA
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -20,7 +20,7 @@ defmodule Philomena.MixProject do
|
||||||
def application do
|
def application do
|
||||||
[
|
[
|
||||||
mod: {Philomena.Application, []},
|
mod: {Philomena.Application, []},
|
||||||
extra_applications: [:logger, :canada, :mnesia, :runtime_tools]
|
extra_applications: [:logger, :canada, :runtime_tools]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
## Cookie for distributed erlang
|
## Cookie for distributed erlang
|
||||||
-setcookie <%= release.profile.cookie %>
|
-setcookie <%= release.profile.cookie %>
|
||||||
|
|
||||||
## Path for Mnesia
|
|
||||||
-mnesia dir '"${MNESIA_DIR}"'
|
|
||||||
|
|
||||||
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
|
## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
|
||||||
## (Disabled by default..use with caution!)
|
## (Disabled by default..use with caution!)
|
||||||
##-heart
|
##-heart
|
||||||
|
|
Loading…
Reference in a new issue