This is the source code for the new SigOps Metrics site (http://new.sigopsmetrics.com)
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Origins": "",
"EPPlus": {
"ExcelPackage": {
"LicenseContext": "NonCommercial"
}
},
"AppConfig": {
"AWSAccessKey": "",
"AWSSecretKey": "",
"AWSBucketName": "",
"DataPullKey": "",
"CorridorsKey": "",
"CamerasKey": "",
"SmtpUsername": "",
"SmtpPassword": "",
"DatabaseName": ""
},
"ConnectionStrings": {
"Reader": "",
"Writer": ""
}
}- AWSAccessKey: AWS Access key ID (ie. "AKIAIOSFODNN7EXAMPLE")
- AWSSecretKey: AWS Secret access key (ie. "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY")
- AWSBucketName: AWS bucket name (ie. "docexamplebucket1")
- DataPullKey: Self-generated key to protect DataPull endpoint
- CorridorsKey: Name of corridors .xlsx file stored in the AWS bucket (ie. example.xlsx)
- CamerasKey: Name of cameras .xlsx file stored in the AWS bucket (ie. example.xlsx)
- SmtpUsername: Username of email to send from (ie. example@gmail.com) *Currently only gmail is supported
- SmtpPassword: Password of email to send from
- DatabaseName: Name of sql database (ie. myDatabase)
- Reader: Connection string to reader instance SQL database (ie. "server=myServerReader;user=myUsername;password=myPassword;database=myDatabase")
- Writer: Connection string to writer instance SQL database (ie. "server=myServerWriter;user=myUsername;password=myPassword;database=myDatabase")