-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 760 Bytes
/
Copy path.env.example
File metadata and controls
29 lines (23 loc) · 760 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
# DB
DB_USERNAME=root
DB_PASSWORD=your-strong-password
# JWT
JWT_SECRET=your-jwt-secret-min-32-chars-long-please-change-this
JWT_ACCESS_TOKEN_EXPIRATION=3600000
JWT_REFRESH_TOKEN_EXPIRATION=2592000000
# Cookie (true in production HTTPS)
COOKIE_SECURE=true
# Google OAuth2
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Toss Payments
TOSS_CLIENT_KEY=your-toss-client-key
TOSS_SECRET_KEY=your-toss-secret-key
BILLING_ENCRYPTION_KEY=your-64-char-hex-encryption-key
# Frontend / CORS (production)
FRONTEND_URL=https://membershipflow.site
OAUTH2_REDIRECT_URI=https://membershipflow.site/auth/callback
CORS_ALLOWED_ORIGINS=https://membershipflow.site
# Grafana
GRAFANA_USER=admin
GRAFANA_PASSWORD=your-grafana-password