Skip to content

Game Launcher Environments

This section provides information on stage and production environments for the GPAS Game Launcher.

GPAS provides two environments for integration:

  1. Stage Environment: Used for testing and development
  2. Production Environment: Used for live games with real players

Each environment requires specific configuration, particularly regarding the subdomains used for each game provider.

The stage environment is used for testing and development purposes. It allows you to test the integration without affecting real players or using real money.

ProviderSub Domain ProviderURL Example
Agtdev.agthttps://dev.agt.domainoperator.com/launcher/game/

When configuring the stage environment:

  1. Use the “dev” prefix for the subdomain
  2. Test with demo mode enabled (isDemo=true)
  3. Verify that all parameters are correctly passed
  4. Test different game providers and games
  5. Verify that the balance is correctly updated in test accounts

The production environment is used for live games with real players and real money.

ProviderSub Domain ProviderURL Example
Agtagthttps://agt.domainoperator.com/launcher/game/

When configuring the production environment:

  1. Use the provider name without a prefix for the subdomain
  2. Ensure that real money mode is correctly enabled (isDemo=false)
  3. Verify that all security measures are in place
  4. Monitor the integration for any issues
  5. Have a fallback plan in case of integration issues

When moving from stage to production:

  1. Update the subdomain configuration
  2. Verify that all parameters are correctly passed
  3. Test the integration with a limited number of users
  4. Monitor the integration for any issues
  5. Gradually increase the number of users

For both environments, ensure that the appropriate IP addresses are whitelisted as described in the White List section.

If you encounter any issues with either environment, contact GPAS technical support for assistance.