chore: add TRANSAK_SECRET override in entrypoint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
649f22834e
commit
2dbfbe1a7c
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue