fix(ai-service): use hardcoded JWT_ACCESS_SECRET matching other services
This commit is contained in:
parent
f1f01314da
commit
a6aeb8799e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue