crm.core/code/Crm.Core.Identity.WebAPI/appsettings.Production.json

30 lines
684 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"wework": "Server=192.168.11.113;uid=root;pwd=Sa123456.;database=wework;port=3306;sslmode=none;Connection Timeout=380;"
},
"Exceptionless": {
"ServerUrl": "http://10.22.11.9:5000",
"ApiKey": "xcUZCeWAerCaU0mhM6wxdyyy4ZPpRxO6jhti53qZ"
},
"SystemConfig": {
"EncryptKey": "YafhQn$3gLUl@XDI",
"DueMinutes": 120,
"Vi": "Nx7GqcMxc=F&cpUa"
},
"Redis": [
{
"HostName": "192.168.11.80",
"Port": "6379",
"Password": "sa123456.",
"Defaultdatabase": "0"
}
]
}