# Application Settings # This is a sample configuration file for your static web app APP_NAME=My Static Web App VERSION=1.0.0 ENVIRONMENT=Production # Feature Flags ENABLE_ANALYTICS=true ENABLE_CHAT=false MAINTENANCE_MODE=false # External URLs API_ENDPOINT=https://api.example.com CDN_URL=https://cdn.example.com # Contact Information SUPPORT_EMAIL=support@example.com CONTACT_PHONE=+1-555-0100 # Social Media TWITTER_HANDLE=@example LINKEDIN_URL=https://linkedin.com/company/example GITHUB_URL=https://github.com/example # Deployment Information DEPLOYED_BY=Azure Static Web Apps DEPLOYMENT_DATE=2026-02-19 REGION=West Europe # Cache Settings CACHE_DURATION=3600 MAX_AGE=86400 # Security Settings CORS_ALLOWED_ORIGINS=* RATE_LIMIT=1000 # Custom Settings CUSTOM_FIELD_1=value1 CUSTOM_FIELD_2=value2 CUSTOM_FIELD_3=value3