mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
requires erlang term quoting
This commit is contained in:
parent
e5f0e473d9
commit
4e67bc8256
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
-setcookie <%= release.profile.cookie %>
|
-setcookie <%= release.profile.cookie %>
|
||||||
|
|
||||||
## Path for Mnesia
|
## Path for Mnesia
|
||||||
-mnesia dir '${MNESIA_DIR}'
|
-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!)
|
||||||
|
|
Loading…
Reference in a new issue