Add base kubernetes support 4
This commit is contained in:
@@ -13,11 +13,11 @@ data:
|
||||
MOCK_EXTERNAL_APIS: "true"
|
||||
|
||||
# CORS Configuration for Development
|
||||
CORS_ORIGINS: "http://frontend-service:3000,http://localhost:3000,http://localhost:3001,http://127.0.1:3000,http://127.0.0.1:3001,https://localhost,https://127.0.0.1"
|
||||
CORS_ORIGINS: "http://frontend-service:3000,http://localhost:3000,http://localhost:3001,http://localhost,http://127.0.0.1:3000,http://127.0.0.1:3001,http://bakery-ia.local,https://localhost,https://127.0.0.1"
|
||||
|
||||
# Frontend Development Configuration
|
||||
VITE_ENVIRONMENT: "development"
|
||||
VITE_API_URL: ""
|
||||
VITE_API_URL: "/api"
|
||||
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user