13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
# ChronoMind Backend — Environment Variables
|
|
PORT=4011
|
|
HOST=0.0.0.0
|
|
NODE_ENV=development
|
|
CORS_ORIGIN=http://localhost:3000
|
|
COSMOS_ENDPOINT=https://cosmos-mywisprai.documents.azure.com:443/
|
|
COSMOS_KEY=
|
|
COSMOS_DATABASE=lysnrai
|
|
JWT_SECRET=
|
|
|
|
# RS256 JWKS verification (optional — falls back to HS256 if not set)
|
|
# PLATFORM_JWKS_URL=http://localhost:4003/auth/.well-known/jwks.json
|