forked from shibao/cannery
fix broken install step
This commit is contained in:
@ -68,7 +68,7 @@ if config_env() == :prod do
|
||||
System.get_env("SECRET_KEY_BASE") ||
|
||||
raise """
|
||||
environment variable SECRET_KEY_BASE is missing.
|
||||
You can generate one by calling: mix phx.gen.secret
|
||||
You can generate one by calling: priv/random.sh
|
||||
"""
|
||||
|
||||
config :cannery, CanneryWeb.Endpoint, secret_key_base: secret_key_base
|
||||
|
Reference in New Issue
Block a user