moved most api stuff to web-api and built out a better monitoring solution for web-app
This commit is contained in:
parent
fbff428e90
commit
da1c52a841
45 changed files with 2986 additions and 312 deletions
|
|
@ -1,9 +1,12 @@
|
|||
# API Configuration
|
||||
VITE_API_BASE_URL=http://localhost:8080
|
||||
# Web API service URL (default port: 2003)
|
||||
VITE_API_BASE_URL=http://localhost:2003
|
||||
|
||||
# Other services (if needed in the future)
|
||||
VITE_DATA_SERVICE_URL=http://localhost:3001
|
||||
VITE_PORTFOLIO_SERVICE_URL=http://localhost:3002
|
||||
VITE_STRATEGY_SERVICE_URL=http://localhost:3003
|
||||
VITE_EXECUTION_SERVICE_URL=http://localhost:3004
|
||||
|
||||
# Environment
|
||||
VITE_NODE_ENV=development
|
||||
VITE_NODE_ENV=development
|
||||
Loading…
Add table
Add a link
Reference in a new issue