Config
| Field | Value | 
|---|---|
| serviceName | Name of the service for the windows services | 
| accessToken | Required Token for using all routes | 
| logTTL | Times to keep the log files in days | 
| http | If the server should run in http | 
| httpPort | The Port the http Server should run on | 
| http | If the server should run in https | 
| httpPort | The Port the https Server should run on | 
| certificatePath | Certificate location (only for https) | 
| certificatePW | corresponding password (only for https) | 
| folders | String array of the folders the service is allowed to access. If left empty, the service has no restrictions | 
Last updated on