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!
Use Production URLs
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 Token
Update API Keys
Replace sandbox API key and server secret with your production credentials. Double-check that credentials are correctly configured and securely stored. Never expose API keys in client-side code or public repositories.
Use production api key in Generating an Authentication Token
Use production server secret in Request Signing
Disable Debug Logging
Set logging
by removing if you have used it.
enableLogging();
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