Files
foxhunt/web-dashboard/.env.example
jgrusewski f4586f8982 test(web-gateway): add trading and risk route handler tests, env example
Trading tests (7): auth gating, no-service 500, order body validation, cancel/account paths
Risk tests (5): auth gating, no-service 500, emergency stop body validation

Total: 61 tests (up from 49)

Also adds web-dashboard/.env.example for production deployment configuration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 08:09:25 +01:00

9 lines
316 B
Plaintext

# Foxhunt Web Dashboard Environment Variables
# Copy to .env for local development
# API base URL (production: set to gateway URL, dev: uses Vite proxy)
# VITE_API_URL=https://gateway.example.com/api
# WebSocket URL (production: set explicitly, dev: uses Vite proxy)
# VITE_WS_URL=wss://gateway.example.com/api/ws