You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.5 KiB
42 lines
1.5 KiB
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.Message.com,http://localhost:4200,http://localhost:44307,https://localhost:44307,http://dev.cd-top.com:9099,http://dev.cd-top.com:9098,http://dev.cd-top.com:9090"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=.;Database=Auth_Main;uid=sa;pwd=citsoft",
|
|
"Store": "Server=.;Database=Message_Main;uid=sa;pwd=citsoft",
|
|
"Message": "Server=dev.cd-top.com,51433;Database=Message_Main;uid=sa;pwd=Microsoft2008;Packet Size=512"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "dev.cd-top.com:56379",
|
|
"Enable": false
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://dev.cd-top.com:9096/",
|
|
"RequireHttpsMetadata": "false",
|
|
"ClientId": "Auth_App",
|
|
"ClientSecret": "1q2w3e*"
|
|
},
|
|
"Settings": {
|
|
"Abp.Mailing.DefaultFromAddress": "366601522@qq.com",
|
|
"Abp.Mailing.DefaultFromDisplayName": "开发测试用",
|
|
"Abp.Mailing.Smtp.Host": "smtp.qq.com",
|
|
"Abp.Mailing.Smtp.Port": "587",
|
|
"Abp.Mailing.Smtp.Domain": "smtp.qq.com",
|
|
"Abp.Mailing.Smtp.UserName": "366601522@qq.com",
|
|
"Abp.Mailing.Smtp.Password": "hhoapzzgxykhcahe",
|
|
"Abp.Mailing.Smtp.EnableSsl": "false",
|
|
"Abp.Mailing.Smtp.UseDefaultCredentials": "false"
|
|
},
|
|
"AliyunSms": {
|
|
//个人的阿里云短信测试 部署换公司的
|
|
//AccessKey ID
|
|
//LTAI5t5YvRyLJmiGjCAdFnB2
|
|
//AccessKey Secret
|
|
//5MpToWNcUYIcS0RWSIhOwj2tQmOpOO
|
|
"AccessKeyId": "LTAI5t5YvRyLJmiGjCAdFnB2",
|
|
"AccessKeySecret": "5MpToWNcUYIcS0RWSIhOwj2tQmOpOO"
|
|
},
|
|
//"urls": "http://*:9085",
|
|
"IsMultiTenancy": true
|
|
}
|
|
|