Fix LAN API base and development CORS regression
This commit is contained in:
@@ -119,7 +119,7 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
environment:
|
||||
VITE_API_BASE: ${VITE_API_BASE:-http://localhost:8000/api/v1}
|
||||
VITE_API_BASE: ${VITE_API_BASE:-}
|
||||
VITE_API_TOKEN: ${VITE_API_TOKEN:-}
|
||||
ports:
|
||||
- "${HOST_BIND_IP:-127.0.0.1}:5173:5173"
|
||||
|
||||
Reference in New Issue
Block a user