hot fix #2 dev day #70

This commit is contained in:
Tomas Dvorak
2025-10-24 16:28:31 +02:00
parent d7eb938d3a
commit 80f833b926
21 changed files with 115 additions and 17 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
REACT_APP_API_URL=http://localhost:8080/api/v1
REACT_APP_API_URL=/api/v1
REACT_APP_NAME=Fotbal Club Manager
REACT_APP_ENV=development
# FACR API Configuration - Local instance
# Backend exposes the FACR proxy under /api/v1/facr
REACT_APP_FACR_API_BASE_URL=http://localhost:8080/api/v1/facr
REACT_APP_FACR_API_BASE_URL=/api/v1/facr
REACT_APP_FACR_API_TIMEOUT=5000 # 5 seconds
REACT_APP_FACR_CACHE_TTL=3600000 # 1 hour in milliseconds