-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
47 lines (38 loc) · 962 Bytes
/
Copy path.env.example
File metadata and controls
47 lines (38 loc) · 962 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
# Database
MYSQL_DB=bookofmormon
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_HOST=
MYSQL_PORT=3306
# Server
PORT=5005
NODE_ENV=development
HOST=localhost
# Pool Configuration
DB_POOL_ACQUIRE=60000
DB_POOL_IDLE=30000
DB_POOL_MAX_CONN=8
DB_POOL_MIN_CONN=4
DB_LOG_LEVEL=info
# Redis (for Messenger WebSocket pub/sub)
REDIS_URL=
# Feature Flags
MESSENGER_ENABLED=false
# Security
CORS_ALLOWED_ORIGINS=localhost,bookofmormon.online,xn--289a67xla.kr
STUDYBUDDY_BOT_IDS=
# Supported Languages
SUPPORTED_LANGUAGES=en,fr,de,nl,pt,ko,jpn,zh,ru,hi,eo,es,vn,tgl,th,ukr,tam,swe
# Third-party API Keys (obtain your own)
SENDBIRD_APPID=
SENDBIRD_TOKEN=
OPENAI_API_KEY=
# Profile image storage (S3 + CloudFront)
S3_BUCKET=
S3_PUBLIC_URL=https://assets.bookofmormon.online
CLOUDFRONT_DISTRIBUTION_ID=
# AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY + AWS_REGION are read by the AWS
# SDK directly from env / credentials chain.
# Proxy Targets (optional)
PROXY_BOM_SSR=
PROXY_BOM_IMG=