mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
needs to be a charlist
This commit is contained in:
parent
621e75dd2a
commit
00a5cd13a6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ config :philomena, PhilomenaWeb.Endpoint,
|
|||
secret_key_base: secret_key_base,
|
||||
server: true
|
||||
|
||||
config :mnesia, :dir, System.get_env("MNESIA_DIR")
|
||||
config :mnesia, :dir, System.get_env("MNESIA_DIR") |> String.to_charlist()
|
||||
|
||||
# ## Using releases (Elixir v1.9+)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue