restyle emails
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-27 12:59:16 -05:00
parent a94407a216
commit 7fe636a99e
4 changed files with 16 additions and 16 deletions

View File

@ -62,7 +62,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 running: mix phx.gen.secret
"""
config :memex, MemexWeb.Endpoint, secret_key_base: secret_key_base