diff --git a/entrypoint.sh b/entrypoint.sh index cab5787..bef1fd5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -77,8 +77,9 @@ if [ -n "$INFISICAL_AI_CLIENT_ID" ] && [ -n "$INFISICAL_AI_CLIENT_SECRET" ]; the fi fi -# TEMP: Override stale Infisical values until updated in dashboard -export TRANSAK_API_KEY="a5cbab4f-b5c4-4b94-b055-b0e0087e29ef" -export TRANSAK_SECRET="fPpjNN6tzRCvTTmc3CWgaQ==" +# TEMP: Use staging credentials until production IP is whitelisted with Transak +export TRANSAK_API_KEY="1880fd5c-c1a8-48ff-8581-cd5977538ecd" +export TRANSAK_SECRET="+CXXAOb7FNX4MTYPvRBJOw==" +export TRANSAK_ENV="STAGING" exec "$@"