...
You will need assistance from your efm Account team to provide some details after the installation.
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
...
Autoprint.WindowsService.exe.config
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> |
AutoDetect Proxy settings:
...
Autoprint.WindowsService.exe.config
Code Block | ||
---|---|---|
| ||
<system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="true" bypassonlocal="true" proxyaddress="http://<!--EnterProxy if known-->" /> </defaultProxy> </system.net> |
...
View file | ||||
---|---|---|---|---|
|