37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "localhost:26379, serviceName=devel, DefaultDatabase=15, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, allowAdmin=true"
|
|
},
|
|
"DbConfig": {
|
|
"Server": "localhost",
|
|
"uid": "user",
|
|
"pwd": "password"
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp.gmail.com",
|
|
"Port": "465",
|
|
"Account": "steamwarebot@gmail.com",
|
|
"Password": "drmfsls16",
|
|
"SenderEmail": "steamwarebot@gmail.com",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"SrvConf": {
|
|
"AppName": "Maat.Runner",
|
|
"StepSec": 60,
|
|
"MinSaveIntSec": 15,
|
|
"JobConfigFile": "JobConfig.json",
|
|
"Prog.ApiUrl": "https://office.egalware.com/MP/PROG"
|
|
}
|
|
}
|