...
There are three things which need to be added manually
- Token
- UserId
- Proxy settings (you may need not enter this if you can use AutoDetect)
This is added to the Autoprint.WindowsService.exe.config located in the installation directory. The default installation directory is at C:\Program Files (x86)\Flip Group\OneFlo AutoPrint
Code Block | ||||
---|---|---|---|---|
| ||||
<appSettings> <add key="Autoprint.API.Url" value="http://prauseweb003.azurewebsites.net/api/"/> <add key="ClientSettingsProvider.ServiceUri" value="" /> <add key="Token" value="<!-- Enter OneFloAutoPrint Token-->"/> <add key="UserId" value="<!--Enter UserId-->"/> </appSettings> |
...