{ "_comment01": "===================================================================================================================", "_comment02": "Because comments are not supported in JSON we use '_comment[nn]' keys in this file for comments. ", "_comment03": "Other keys prefixed with an underscore are commented out. Remove the underscore to uncomment the key and its value.", "_comment04": "When running in a Docker container the settings in this file can be overridden by environment variables. ", "_comment05": "===================================================================================================================", "_comment10": "The HTTP (or HTTPS) port this web API listens on. Default value is 35046", "HttpPort": "35046", "_comment11": "The websocket port this web API listens on. Default value is 35047", "WebSocketPort": "35047", "_comment12": "ZyProdDB in the ConnectionStrings section contains the MS SQL Server connection string for your ZyDB database.", "ConnectionStrings": { "ZyProdDB": "Server=SqlServer;Database=ZyDB;User Id=ZyUser;Password=password" }, "_comment50": "===================================================================================================================", "_comment51": " Settings below this line are advanced settings that should only be changed when requested by Zylinc support. ", "_comment52": "===================================================================================================================", "_comment53": "In order to be able to access Swagger via an API gateway the public swagger root URL must be specified in SwaggerRootUrl, for example https://mydomain.com", "SwaggerRootUrl": "", "_comment54": "Turns SSL on/off for both HTTP and websocket port", "UseSsl": "false", "_comment55": "Subject name of SSL certificate in the personal certificate store on the local machine.", "SslCertificateName": "", "SqlRetryCount": "5", "SqlSecondsBetweenRetries": "30", "WebSocketAckSendInSeconds": "10", "TokenTimeOutInMinutes": "10", "ClientManagerResponseTimeoutMillis": "30000" }