fix(rcart): add Transak API key to docker-compose environment
TRANSAK_ENV was set to PRODUCTION but TRANSAK_API_KEY_PRODUCTION was missing, causing the Transak session endpoint to return 503. Add the env var reference so rCart card payments work in production. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8c349d2003
commit
1b8fcbdf47
|
|
@ -61,6 +61,7 @@ services:
|
|||
- SPLIT_360_URL=http://video360-splitter:5000
|
||||
- SCRIBUS_BRIDGE_URL=http://scribus-novnc:8765
|
||||
- TRANSAK_ENV=PRODUCTION
|
||||
- TRANSAK_API_KEY_PRODUCTION=${TRANSAK_API_KEY_PRODUCTION}
|
||||
- SCRIBUS_BRIDGE_SECRET=${SCRIBUS_BRIDGE_SECRET}
|
||||
- SCRIBUS_NOVNC_URL=https://design.rspace.online
|
||||
- IPFS_API_URL=http://collab-server-ipfs-1:5001
|
||||
|
|
|
|||
Loading…
Reference in New Issue