fix(ai-service): use hardcoded JWT_ACCESS_SECRET matching other services

This commit is contained in:
hailin 2026-03-05 18:35:28 -08:00
parent f1f01314da
commit a6aeb8799e
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ services:
- AI_AGENT_CLUSTER_URL=http://external-ai-agents:8000
- AI_AGENT_API_KEY=your-ai-agent-api-key
- AI_AGENT_TIMEOUT=30000
- JWT_ACCESS_SECRET=${JWT_ACCESS_SECRET:-dev-access-secret-change-in-production}
- JWT_ACCESS_SECRET=dev-access-secret-change-in-production
depends_on:
postgres:
condition: service_healthy