Skip to content

Commit d33a646

Browse files
committed
feat: Add environment variables example
- Add .env.example with common configuration options - Include API, app, and feature flag examples
1 parent ef3febd commit d33a646

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.env.example

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# API Configuration
2+
NG_APP_API_URL=https://api.example.com
3+
NG_APP_API_KEY=your_api_key_here
4+
5+
# App Configuration
6+
NG_APP_NAME=Angular Tailwind Template
7+
NG_APP_VERSION=1.0.0
8+
9+
# Feature Flags
10+
NG_APP_ENABLE_ANALYTICS=false
11+
NG_APP_ENABLE_DEBUG=false
12+
13+
# Firebase (if using)
14+
# NG_APP_FIREBASE_API_KEY=
15+
# NG_APP_FIREBASE_AUTH_DOMAIN=
16+
# NG_APP_FIREBASE_PROJECT_ID=

0 commit comments

Comments
 (0)