chore: Update APP_BASE_URL to use SERVICE_FQDN_PLANE

This commit is contained in:
Andras Bacsai 2024-07-22 11:16:50 +02:00
parent 465f649641
commit 35d9691b3f
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ x-app-env: &app-env
# Admin and Space URLs
- ADMIN_BASE_URL=${ADMIN_BASE_URL}
- SPACE_BASE_URL=${SPACE_BASE_URL}
- APP_BASE_URL=${APP_BASE_URL}
- APP_BASE_URL=${SERVICE_FQDN_PLANE}
services:
proxy:

File diff suppressed because one or more lines are too long