stock-bot/apps/stock/web-app/.env.example

12 lines
No EOL
377 B
Text

# API Configuration
# 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