-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 793 Bytes
/
.env.example
File metadata and controls
28 lines (21 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# StackFast Full-Stack Builder Environment Variables
# Application Environment
# Options: development, production
VITE_APP_ENV=development
# Catalog Configuration
# Version of the catalog to load (default: v1)
VITE_CATALOG_VERSION=v1
# Feature Flags (optional)
# Enable anonymous analytics (default: false)
# VITE_ENABLE_ANALYTICS=false
# Enable debug logging in console (default: false in production)
# VITE_ENABLE_DEBUG=false
# Performance Monitoring (optional)
# Enable performance logging (default: false)
# VITE_ENABLE_PERFORMANCE_LOGGING=false
# Worker Configuration (optional)
# Timeout for worker operations in milliseconds (default: 1000)
# VITE_WORKER_TIMEOUT=1000
# Cache Configuration (optional)
# Catalog cache duration in hours (default: 24)
# VITE_CATALOG_CACHE_HOURS=24