-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (42 loc) · 822 Bytes
/
.env.example
File metadata and controls
52 lines (42 loc) · 822 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ==========================================
# MADABANK APP - PRODUCTION ENVIRONMENT
# ==========================================
# Application
NODE_ENV=development
PORT=
APP_NAME=
LOG_LEVEL=
# Database - Individual parameters
DB_HOST=
DB_PORT=
DB_NAME=
DB_USER=
DB_PASSWORD=+I=
# Database - Connection URL (required by the Go app)
DATABASE_URL=
# Redis
REDIS_HOST=
REDIS_PORT=
REDIS_ADDR=
REDIS_PASSWORD=
# JWT & Secrets
JWT_SECRET=
JWT_EXPIRY=24h
REFRESH_TOKEN_SECRET=
ENCRYPTION_KEY=
# API Rate Limiting
RATE_LIMIT_WINDOW=15m
RATE_LIMIT_MAX_REQUESTS=100
# Email (SMTP)
SMTP_HOST=smtp.sendgrid.net
SMTP_PORT=
SMTP_USER=apikey
SMTP_PASSWORD=YOUR_SENDGRID_API_KEY_WHEN_READY
EMAIL_FROM=noreply@madabank.art
# Monitoring
PROMETHEUS_ENABLED=
GRAFANA_PASSWORD=
# Backup
BACKUP_RETENTION_DAYS=30
# Docker
DOCKER_GID=