network-resurrector/frontend/.env.production
Tudor Stanciu b850997f62 Merged PR 96: Implement SignalR integration for real-time notifications and messaging
Implement SignalR integration for real-time notifications and messaging
2025-06-01 18:38:38 +00:00

9 lines
277 B
Plaintext

VITE_APP_BASE_URL=
VITE_APP_TUITIO_URL=https://<VITE_APP_TUITIO_URL>
VITE_APP_API_URL=https://<VITE_APP_NETWORK_RESURRECTOR_API_URL>
#900000 milliseconds = 15 minutes
VITE_APP_MACHINE_PING_INTERVAL=900000
#300000 milliseconds = 5 minutes
VITE_APP_MACHINE_STARTING_TIME=300000