2. Download the MobileTicket-<version number>.zip file from Qmatic World or https://github.com/qmatic/mobile-ticket and extract it to a suitable location, for example C:\qmatic.
Basic Configuration - Proxy / Webserver
Edit the proxy-config.json file in the MobileTicket folder, the following parameters need to be configured, to get started with Mobile Ticket:
• apigw_ip_port - API Gateway host adress (IP and port).
• local_webserver_port - Local webserver port.
• auth-token - Mobile API User authentication token.
• If wanted, replace the sound file that is used for notifications. The default file is notification.mp3 and it is located in the MobileTicket\src\app\resources folder.
Note that sound is only used for desktop browsers!
• Service fetch interval - the interval, in seconds, at which Service information is refreshed, periodically. Default value is 15 seconds.
• Service screen timeout - The time duration, in minutes, which the app will stay in the Services screen, without creating a ticket. Default value is 10 minutes.
Changes to this file will be implemented directly, no restart is needed!