Go Live
Before launching your application in a production environment, ensure that all configurations are correctly set up to prevent issues and maintain security. Follow the checklist below to successfully go live with your integration!
Never expose API keys in client-side code or public repositories.
Standard Integration
Replace https://game-sandbox.thndr-cdn.com with https://game.thndr-cdn.com used in Game API
Custom Integration
Replace https://game-sandbox.thndr-cdn.com with https://game.thndr-cdn.com used in SDK configuration Configure SDK
Replace
https://api-sandbox.clinch.gg
withhttps://api.clinch.gg
used in Generating an Authentication TokenUse production api key in Generating an Authentication Token
Disable debug logging if you have used it:
enableLogging();
Request Signing
Use production server secret in Request Signing
Whitelist Our IP to Avoid Rate Limiting
To prevent rate-limiting issues when using services like Cloudflare, please whitelist our production server’s IP address - 34.59.205.62
Last updated