fix broken install step

This commit is contained in:
2025-02-13 22:02:18 +00:00
parent b6b6cecc0a
commit 5d17ee0a11
3 changed files with 3 additions and 3 deletions

View File

@ -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