-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
25 lines (19 loc) · 598 Bytes
/
Copy path.env
File metadata and controls
25 lines (19 loc) · 598 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
## FinX Docker environment
# Database configuration (required)
DB_HOST=finx-db
DB_PORT=5432
DB_NAME=your_db_name
DB_USER=your_db_user
DB_PASSWORD=change_me_strong_password
# JWT secret (required)
JWT_SECRET=change_me_strong_jwt_secret
# Runtime
# NODE_ENV=development
DISABLE_REGISTRATION=true
# Optional development auto-login (DO NOT enable in production)
DEV_MODE=true
DEV_MODE_ADMIN_EMAIL=admin@finx.local
DEV_MODE_ADMIN_PASSWORD=devpassword
# Production CORS allowlist (comma-separated origins)
# CORS_ORIGIN=https://your-frontend.example.com
REACT_NATIVE_PACKAGER_HOSTNAME=10.10.30.100