13 lines
276 B
Bash
13 lines
276 B
Bash
PORT=3001
|
|
NODE_ENV=production
|
|
|
|
# Supabase
|
|
SUPABASE_URL=https://xxxxxxxxxxxxxxxxxxxx.supabase.co
|
|
SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
|
|
|
|
# Microservice IA
|
|
AI_SERVICE_URL=http://shoottracker-ai:8000
|
|
|
|
# CORS
|
|
CORS_ORIGIN=https://shoottracker.domench.fr
|