Fix: Remove all hard-coded URL in every component.
All checks were successful
Build and release image / release-image (push) Successful in 1m30s

This commit is contained in:
Penguin-71630
2025-12-13 07:22:46 +08:00
parent 26ee673270
commit 1de9c778ff
3 changed files with 9 additions and 2 deletions

5
webpage/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# API Base URL for backend services
# For production deployment, set this to your backend API URL
# Example: EXTERNAL_URL=https://api.yourdomain.com
# Example: EXTERNAL_URL=http://your-server-ip:8080
EXTERNAL_URL=http://localhost:8080