You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
339 B
Plaintext

# Development environment variables for Know Foolery frontend
# API Configuration
VITE_API_URL=http://localhost:8000/api
# Debug Settings
VITE_DEBUG=true
VITE_LOG_LEVEL=debug
# Development flags
VITE_MOCK_API=false
VITE_DISABLE_TIMERS=false
# Game Configuration (for testing)
VITE_DEV_PLAYER_NAME=TestPlayer
VITE_DEV_SKIP_INTRO=false