TemplatePro/BZPT.Api/appsettings.Production.json

34 lines
989 B
JSON
Raw Normal View History

2025-03-02 23:30:03 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ServiceConfig": {
"DataCenterID": "dc1",
"ServiceID": "api.BZPT",
"ServiceName": "保障平台API",
"ServiceVersion": "1.0",
"IOCAssemblys": "BZPT.Domains.dll,BZPT.SqlSugarRepository.dll,NPlatform.dll",
"AttachExtension": "gif,jpg,jpeg,png,bmp,rar,zip,doc,docx,xls,xlsx,ppt,pptx,txt,flv,apk,mp4,mpg,ts,mpeg,mp3,bak,pdf",
"AttachSize": 12400
},
"DB_HOST": "",
"DB_PORT": "5236",
"DB_NAME": "MAIN",
"DB_USER": "",
"DB_PASSWORD": "",
"CERT_PATH": "./Certificates/id4svr.pfx",
"CERT_PASSWORD": "ydl825913",
"ConsulServer": "http://localhost:8500",
"AllowedOrigins": "http://localhost:19901,http://192.168.0.100:40000",
"AllowedHosts": "*",
"Urls": "http://0.0.0.0:19901",
"RedisConfig": {
"RedisType": "Normal",
"Connections": [ "172.18.0.2:6379" ],
"dbNum": 0
}
}