Files
notely/frontend/.env.example
domrichardson df40cc57e1 first commit
2026-03-24 16:03:04 +00:00

11 lines
185 B
Plaintext

# Frontend Environment Example
# API Base URL (Backend server)
VITE_API_BASE_URL=http://localhost:8080
# Environment
VITE_ENV=development
# Feature Flags
VITE_ENABLE_ANALYTICS=false