Files
boc/vims-backend/.env.example
T
Bernt 6de2455917 v1.2.0: Add Global Markets footer, translated to 9 languages
- Added GLOBAL_MARKETS_TITLE to all translation files
- Updated footer with 12 markets (4 active + 8 upcoming)
- Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi
- Built and deployed to production
- CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
2026-07-08 19:56:03 +00:00

59 lines
780 B
Bash

# VIMS Backend Configuration
# Server
NODE_ENV=development
PORT=3450
LOG_LEVEL=info
# Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=vims
DB_USER=vims
DB_PASSWORD=vims
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
# JWT
JWT_SECRET=change-this-in-production
# AWS S3 / MinIO
AWS_REGION=eu-north-1
S3_BUCKET=vims-images
S3_ENDPOINT=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# Email (SMTP)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=
ALERT_FROM_EMAIL=alerts@landvex.com
# SMS (Twilio)
TWILIO_SID=
TWILIO_TOKEN=
TWILIO_PHONE=
# Web Push
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
# Webhook
WEBHOOK_SECRET=
# AI Models
MODEL_PATH=./data/models
# quiXzoom Integration
QUIXZOOM_API_URL=
QUIXZOOM_API_KEY=
# Landvex Integration
LANDVEX_API_URL=
LANDVEX_API_KEY=