added default value for sql server connection string

pull/1771/head
Christopher Pickering 2 years ago
parent 0bd1c42080
commit 483cbfb636
No known key found for this signature in database
GPG Key ID: E14DB3B0A0FACF84

@ -583,6 +583,7 @@ export default {
method: "GET",
interval: 60,
retryInterval: this.interval,
databaseConnectionString: "Server=<hostname>,<port>;Database=<your database>;User Id=<your user id>;Password=<your password>;Encrypt=<true/false>;TrustServerCertificate=<Yes/No>;Connection Timeout=<int>",
maxretries: 0,
notificationIDList: {},
ignoreTls: false,

Loading…
Cancel
Save