# 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!

{% hint style="warning" %}
Never expose API keys in client-side code or public repositories.
{% endhint %}

## Standard Integration

1. Replace <https://game-sandbox.thndr-cdn.com> with <https://game.thndr-cdn.com> used in [game-api](https://docs.thndr.io/integration/launch-game/standard/game-api "mention")

## Custom Integration

1. Replace <https://game-sandbox.thndr-cdn.com> with <https://game.thndr-cdn.com> used in SDK configuration [#configuration-object-config](https://docs.thndr.io/integration/launch-game/custom/configure-sdk#configuration-object-config "mention")
2. Replace `https://api-sandbox.clinch.gg` with `https://api.clinch.gg` used in [#generating-an-authentication-token](https://docs.thndr.io/integration/launch-game/custom/authenticate-users#generating-an-authentication-token "mention")
3. Use production api key in [#generating-an-authentication-token](https://docs.thndr.io/integration/launch-game/custom/authenticate-users#generating-an-authentication-token "mention")
4. Disable debug logging if you have used it: `enableLogging();`

## Request Signing

1. Use production server secret in [request-signing](https://docs.thndr.io/integration/server-webhooks/request-signing "mention")

## Whitelist Our IP to Avoid Rate Limiting

To prevent rate-limiting issues when using services like Cloudflare, please whitelist the following IPs:

Sandbox - `34.45.223.152`&#x20;

Production - `34.59.205.62`
