<< Click to Display Table of Contents >> Navigation: Technical Documentation > OpenAir SDK > Iinitialization > Loading > SubscriberDDO, url du serveur |
First, OnAirService initializes an instance of AirDDOMonitorServer, and tells it the server address according to the config.json file Web.config.
At the present time, config.json has a service field "wabApiBaseUrl" similar to this:
"webApiBaseUrl":
http://172.25.168.62:100/NetiaMaLocalOnAir/ServiceOnAir.svc
"defaultDDO": "DDO_REAL",
This field must contain the entire address of the server, including the port. The defaultDDO field indicates the name of the default AirDDO.
To change the server, simply change the config.json then restart.