Merge pull request #1771 from christopherpickering/master

[beta] added default value for sql server connection string
pull/1773/head
Louis Lam 2 years ago committed by GitHub
commit 5943514a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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