edits to .env.example for new port

This commit is contained in:
2026-04-22 08:01:05 -05:00
parent 07d36fe73c
commit fbd822e8dd

View File

@@ -51,7 +51,7 @@ MAGIC_LINK_TTL_MIN=15
# --- Public URL for link construction -------------------------------------- # --- Public URL for link construction --------------------------------------
# Absolute base URL (scheme+host+port) used to build outbound links such as # Absolute base URL (scheme+host+port) used to build outbound links such as
# the magic-link auth email. Override for production. # the magic-link auth email. Override for production.
PUBLIC_BASE_URL=http://127.0.0.1:8000 PUBLIC_BASE_URL=http://127.0.0.1:8080
# --- Build metadata --------------------------------------------------------- # --- Build metadata ---------------------------------------------------------
# Injected at Docker build time. Surfaced by /healthz. Optional in dev. # Injected at Docker build time. Surfaced by /healthz. Optional in dev.