$NEXT_PUBLIC_API_URL must be set at build time

This commit is contained in:
D. Scott Boggs 2025-05-08 11:35:13 -04:00
parent 9266599b6a
commit 03ee678059
2 changed files with 1 additions and 3 deletions

View file

@ -46,8 +46,6 @@ services:
traefik.http.routers.crabfit-frontend.rule: Host(`a10y.techwork.zone`) || Host(`availability.techwork.zone`) traefik.http.routers.crabfit-frontend.rule: Host(`a10y.techwork.zone`) || Host(`availability.techwork.zone`)
traefik.http.routers.crabfit-frontend.tls: true traefik.http.routers.crabfit-frontend.tls: true
traefik.http.routers.crabfit-frontend.tls.certresolver: letsencrypt_standalone traefik.http.routers.crabfit-frontend.tls.certresolver: letsencrypt_standalone
environment:
NEXT_PUBLIC_API_URL: https://api.a10y.techwork.zone
networks: [ public ] networks: [ public ]

View file

@ -1,4 +1,4 @@
NEXT_PUBLIC_API_URL="http://127.0.0.1:3000" NEXT_PUBLIC_API_URL="https://api.a10y.techwork.zone"
# Google auth for calendar syncing, feature will be disabled if these aren't set # Google auth for calendar syncing, feature will be disabled if these aren't set
# NEXT_PUBLIC_GOOGLE_CLIENT_ID="" # NEXT_PUBLIC_GOOGLE_CLIENT_ID=""