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>
9 lines
316 B
Plaintext
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
|