Closed denispeplin closed 7 years ago
I’ll take a look at what’s going on. For now you can just run it using iex -S mix phx.server
(With the same environment variable you already use).
As for the secrets, this is standard in Phoenix but I should document it.
Thank you for the feedback !!
Well just tried and indeed the README is false.
prod.secret.exs
. I don't really care about the secret_key_base
being public as it is intended to be deployed on localhost only. This would fix your first issueWill fix this a soon as I can find some time !
@robinmonjo remove the import for the secret file is there is no secrets. Don't commit the file that is meant to be for secret stuff 😄
I'm doing exactly as it said in README, but
make release
fails. Error came fromblockchain_web
.I've removed mention of
secrets
fromprod.exs
and trying to run release.First node starts, but then I've got an error: