Game Launcher Environments
This section provides information on stage and production environments for the GPAS Game Launcher.
Environment Overview
GPAS provides two environments for integration:
- Stage Environment: Used for testing and development
- Production Environment: Used for live games with real players
Each environment requires specific configuration, particularly regarding the subdomains used for each game provider.
Launcher Stage Environment
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.
| Provider | Sub Domain Provider | URL Example |
|---|---|---|
| Agt | dev.agt | https://dev.agt.domainoperator.com/launcher/game/ |
Stage Environment Configuration
When configuring the stage environment:
- Use the “dev” prefix for the subdomain
- Test with demo mode enabled (
isDemo=true) - Verify that all parameters are correctly passed
- Test different game providers and games
- Verify that the balance is correctly updated in test accounts
Launcher Production Environment
The production environment is used for live games with real players and real money.
| Provider | Sub Domain Provider | URL Example |
|---|---|---|
| Agt | agt | https://agt.domainoperator.com/launcher/game/ |
Production Environment Configuration
When configuring the production environment:
- Use the provider name without a prefix for the subdomain
- Ensure that real money mode is correctly enabled (
isDemo=false) - Verify that all security measures are in place
- Monitor the integration for any issues
- Have a fallback plan in case of integration issues
Environment Switching
When moving from stage to production:
- Update the subdomain configuration
- Verify that all parameters are correctly passed
- Test the integration with a limited number of users
- Monitor the integration for any issues
- Gradually increase the number of users
IP Whitelisting
For both environments, ensure that the appropriate IP addresses are whitelisted as described in the White List section.
Support
If you encounter any issues with either environment, contact GPAS technical support for assistance.