22 lines
476 B
Plaintext
22 lines
476 B
Plaintext
# ============================================
|
|
# BraceIQMed - Environment Variables
|
|
# Copy this to .env and fill in values
|
|
# ============================================
|
|
|
|
# Node environment
|
|
NODE_ENV=production
|
|
|
|
# API Configuration
|
|
API_PORT=3002
|
|
BRACE_GENERATOR_URL=http://brace-generator:8002
|
|
|
|
# Brace Generator Configuration
|
|
DEVICE=cpu
|
|
MODEL=scoliovis
|
|
|
|
# Optional: Deta credentials for model download
|
|
# DETA_ID=your_deta_id
|
|
|
|
# Optional: Custom domain
|
|
# DOMAIN=braceiqmed.com
|