Initial commit - BraceIQMed platform with frontend, API, and brace generator
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# ============================================
|
||||
# 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
|
||||
Reference in New Issue
Block a user