52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "redis01.ufficio:26379,serviceName=devel,DefaultDatabase=7,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false",
|
|
"AuthConnection": "Server=localhost;port=3306;database=GWMS;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
"DefaultConnection": "Server=localhost;port=3306;database=MAPO.MONO;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;",
|
|
"AdminConnection": "Server=localhost;port=3306;database=MAPO.MONO;user=root;pwd=Seriate_24068!;sslmode=None;",
|
|
"MP.MONO.Data": "Server=localhost;port=3306;database=MAPO.MONO;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
|
|
},
|
|
"DbConfig": {
|
|
"Server": "lb.ufficio",
|
|
"nKey": "MONO",
|
|
"sKey": "Calcium0xide-CaO"
|
|
},
|
|
"MachineId": 1,
|
|
"maxRecord": 15,
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp.gmail.com",
|
|
"Port": "465",
|
|
"Account": "steamwarebot@gmail.com",
|
|
"Password": "drmfsls16",
|
|
"SenderEmail": "steamwarebot@gmail.com",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"OptPar": {
|
|
"AlarmLogActive": false,
|
|
"AlarmCleanPre": "",
|
|
"AlarmCleanPost": "",
|
|
"AlarmIgnoreEmpty": true,
|
|
"AlarmMode": "RawList",
|
|
"AlarmRegexp": "^{[\\d\\w\\:\\ \\.\\/\\(\\)]*}",
|
|
//"AlarmRegexp": "^{.*}",
|
|
"BlinkCount": 3,
|
|
"DbSampleInt": 60,
|
|
"BlinkPeriodMSec": 3000,
|
|
"NumDay2Keep": 365,
|
|
"LogDurationLimitMs": 1500,
|
|
"LogFolder": "logs",
|
|
"LogMaxAgeDays": 15
|
|
}
|
|
}
|