Rename AUTH_PASSWORD -> LOGIN_PASSWORD

This commit is contained in:
Claudio Ortolina
2024-12-21 15:01:14 +00:00
parent 53e8d88b6a
commit 75506b6e1c
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ if config_env() == :prod do
"""
login_password =
System.get_env("AUTH_PASSWORD") ||
System.get_env("LOGIN_PASSWORD") ||
raise """
environment variable AUTH_PASSWORD is missing.
environment variable LOGIN_PASSWORD is missing.
"""
host = System.get_env("PHX_HOST") || "example.com"