Last updated
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.
Replace https://game-sandbox.thndr-cdn.com with https://game.thndr-cdn.com used in Game API
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 with https://api.clinch.gg used in Generating an Authentication Token
Use production api key in Generating an Authentication Token
Disable debug logging if you have used it: enableLogging();
Use production server secret in Request Signing
To prevent rate-limiting issues when using services like Cloudflare, please whitelist the following IPs:
Sandbox - 34.45.223.152
Production - 34.59.205.62
Last updated