chore: add TRANSAK_SECRET override in entrypoint

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-10 20:38:08 -07:00
parent 649f22834e
commit 2dbfbe1a7c
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ if [ -n "$INFISICAL_AI_CLIENT_ID" ] && [ -n "$INFISICAL_AI_CLIENT_SECRET" ]; the
fi
fi
# TEMP: Override stale Infisical value until updated in dashboard
# TEMP: Override stale Infisical values until updated in dashboard
export TRANSAK_API_KEY="a5cbab4f-b5c4-4b94-b055-b0e0087e29ef"
export TRANSAK_SECRET="fPpjNN6tzRCvTTmc3CWgaQ=="
exec "$@"