learning_ai_notes/backend/.env.example

16 lines
386 B
Plaintext

PORT=4016
HOST=0.0.0.0
NODE_ENV=development
SERVICE_NAME=notelett-backend
CORS_ORIGIN=
COSMOS_ENDPOINT=
COSMOS_KEY=
COSMOS_DATABASE=bytelyst
JWT_SECRET=
# PLATFORM_JWKS_URL=http://localhost:4003/auth/.well-known/jwks.json
DB_PROVIDER=cosmos
PRODUCT_ID=notelett
PLATFORM_SERVICE_URL=http://localhost:4003
EXTRACTION_SERVICE_URL=http://localhost:4005
MCP_SERVER_URL=http://localhost:4007