Categories
Knowledge Support Support exacqVision Webservice Categories Products

Web Service configuration .ini now .json

Starting in 9.6, the web service migrated completely from storing its config in the ini format to json. The config filename has been normalized as well:

  • Linux: webservice.conf -> wfe.json
    • Located at /etc/webservice/wfe.json
  • Windows: WebService.ini -> wfe.json
    • Located at C:\ProgramData\Webservice\conf\wfe.json

The name, location, and format of .evws-login (holding web service config credentials and has also changed. .evws-login is now stored as json, has been renamed to .evws-login.json on both platforms, and is located at

  • Linux: /etc/webservice/.evws-login.json
  • Windows: C:\ProgramData\Webservice\conf\.evws-login.json