-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 887 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 887 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
29
30
31
32
# Angular Material 16 Dynamic Custom Theme - Environment Configuration
# Application Configuration
APP_NAME=Angular Material 16 Dynamic Custom Theme
APP_VERSION=1.0.0
APP_DESCRIPTION=A comprehensive Angular Material 16 application demonstrating dynamic custom theming
# Development Configuration
NODE_ENV=development
PORT=4200
# Theme Configuration (Optional - these are defaults)
DEFAULT_PRIMARY_COLOR=#1976d2
DEFAULT_ACCENT_COLOR=#ff4081
DEFAULT_WARN_COLOR=#f44336
# Feature Flags (Optional)
ENABLE_THEME_HISTORY=true
ENABLE_DRAGGABLE_PICKER=true
MAX_THEME_HISTORY=5
# Analytics (Optional - if you want to add analytics)
# GOOGLE_ANALYTICS_ID=your-ga-id
# ENABLE_ANALYTICS=false
# API Configuration (Optional - if you plan to add backend integration)
# API_BASE_URL=http://localhost:3000/api
# API_TIMEOUT=30000
# Build Configuration
# BUILD_OPTIMIZATION=true
# SOURCE_MAP=true