fix: remove TWENTY_API_TOKEN pass-through (Infisical provides it)

The docker-compose env var override was setting an empty string,
preventing the Infisical-injected value from being used.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-11 17:18:00 -07:00
parent 4212a651e1
commit 72a7bf5255
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ services:
- SMTP_USER=${SMTP_USER:-noreply@rmail.online}
- SMTP_PASS=${SMTP_PASS}
- TWENTY_API_URL=http://twenty-ch-server:3000
- TWENTY_API_TOKEN=${TWENTY_API_TOKEN}
- OLLAMA_URL=http://ollama:11434
- INFISICAL_AI_CLIENT_ID=${INFISICAL_AI_CLIENT_ID}
- INFISICAL_AI_CLIENT_SECRET=${INFISICAL_AI_CLIENT_SECRET}