-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (28 loc) · 1 KB
/
.env.example
File metadata and controls
34 lines (28 loc) · 1 KB
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
33
34
# ===========================================
# FlowStack Environment Variables
# ===========================================
# ===========================================
# Server Configuration
# ===========================================
PORT=8080
NODE_ENV=development
# ===========================================
# Logging
# ===========================================
LOG_LEVEL=info # debug | info | warn | error
# ===========================================
# CORS (comma-separated origins)
# ===========================================
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
# ===========================================
# API Authentication (optional)
# ===========================================
API_SECRET_KEY=
# ===========================================
# Database
# ===========================================
DATABASE_URL=
# ===========================================
# Third-party Services (add as needed)
# ===========================================
# EXTERNAL_API_KEY=