redesign fully scaffolded and web login works
This commit is contained in:
9
web/.env.example
Normal file
9
web/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Gateway API URL (use relative path for ingress routing)
|
||||
# In dev with minikube: http://dexorder.local/api
|
||||
# For local development: http://localhost:3000
|
||||
VITE_GATEWAY_URL=/api
|
||||
|
||||
# WebSocket URL (for real-time updates, if needed)
|
||||
# In dev with minikube: ws://dexorder.local/api/ws/chat
|
||||
# For local development: ws://localhost:8080/ws/chat
|
||||
VITE_WS_URL=ws://dexorder.local/api/ws/chat
|
||||
Reference in New Issue
Block a user