39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "localhost:6379, DefaultDatabase=14, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, allowAdmin=true"
|
|
//"Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=14, 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": "587",
|
|
"Account": "services@steamware.net",
|
|
"Password": "rzdwvdhvyxtbrzoq",
|
|
"SenderEmail": "services@steamware.net",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"SrvConf": {
|
|
"AppName": "Maat.Runner",
|
|
"StepSec": 60,
|
|
"MinSaveIntSec": 15,
|
|
"JobConfigFile": "JobConfig.json",
|
|
"Prog.ApiUrl": "https://office.egalware.com/MP/PROG",
|
|
"SqlCmdTimeoutMinutes": 5
|
|
}
|
|
}
|