|
@@ -12,7 +12,7 @@
|
|
"LocationNum": "1",
|
|
"LocationNum": "1",
|
|
"HostName": "localhost:5001",
|
|
"HostName": "localhost:5001",
|
|
"AllowedHosts": [ "localhost", "*.teammodel.cn", "*.teammodel.net", "*.habookaclass.biz", "test" ],
|
|
"AllowedHosts": [ "localhost", "*.teammodel.cn", "*.teammodel.net", "*.habookaclass.biz", "test" ],
|
|
- "Issuer": "localhost:5001",
|
|
|
|
|
|
+ "Issuer": "www.teammodel.cn",
|
|
"JwtSecretKey": "fXO6ko/qyXeYrkecPeKdgXnuLXf9vMEtnBC9OB3s+aA=",
|
|
"JwtSecretKey": "fXO6ko/qyXeYrkecPeKdgXnuLXf9vMEtnBC9OB3s+aA=",
|
|
"Exp": 86400,
|
|
"Exp": 86400,
|
|
"IdTokenSalt": "8263692E2213497BB55E74792B7900B4",
|
|
"IdTokenSalt": "8263692E2213497BB55E74792B7900B4",
|
|
@@ -26,12 +26,47 @@
|
|
"ConnectionString": "AccountEndpoint=https://cdhabookdep-free.documents.azure.cn:443/;AccountKey=JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A==;"
|
|
"ConnectionString": "AccountEndpoint=https://cdhabookdep-free.documents.azure.cn:443/;AccountKey=JTUVk92Gjsx17L0xqxn0X4wX2thDPMKiw4daeTyV1HzPb6JmBeHdtFY1MF1jdctW1ofgzqkDMFOtcqS46by31A==;"
|
|
},
|
|
},
|
|
"Redis": {
|
|
"Redis": {
|
|
- "ConnectionString": "106.12.23.251:6379,password=habook,ssl=false,abortConnect=False,writeBuffer=10240"
|
|
|
|
|
|
+ "ConnectionString": "52.130.252.100:6379,password=habook,ssl=false,abortConnect=False,writeBuffer=10240"
|
|
},
|
|
},
|
|
"ServiceBus": {
|
|
"ServiceBus": {
|
|
"ConnectionString": "Endpoint=sb://teammodelos.servicebus.chinacloudapi.cn/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=Sy4h4EQ8zP+7w/lOLi1X3tGord/7ShFHimHs1vC50Dc=",
|
|
"ConnectionString": "Endpoint=sb://teammodelos.servicebus.chinacloudapi.cn/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=Sy4h4EQ8zP+7w/lOLi1X3tGord/7ShFHimHs1vC50Dc=",
|
|
"ActiveTask": "dep-active-task",
|
|
"ActiveTask": "dep-active-task",
|
|
- "NoticeTask": "dep-notice-task"
|
|
|
|
|
|
+ "ItemCondQueue": "dep-itemcond"
|
|
}
|
|
}
|
|
|
|
+ //"Storage": {
|
|
|
|
+ // "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=teammodelos;AccountKey=Dl04mfZ9hE9cdPVO1UtqTUQYN/kz/dD/p1nGvSq4tUu/4WhiKcNRVdY9tbe8620nPXo/RaXxs+1F9sVrWRo0bg==;EndpointSuffix=core.chinacloudapi.cn"
|
|
|
|
+ //},
|
|
|
|
+ //"Cosmos": {
|
|
|
|
+ // "ConnectionString": "AccountEndpoint=https://teammodelos.documents.azure.cn:443/;AccountKey=clF73GwPECfP1lKZTCvs8gLMMyCZig1HODFbhDUsarsAURO7TcOjVz6ZFfPqr1HzYrfjCXpMuVD5TlEG5bFGGg==;"
|
|
|
|
+ //},
|
|
|
|
+ //"Redis": {
|
|
|
|
+ // "ConnectionString": "CoreRedisCN.redis.cache.chinacloudapi.cn:6380,password=LyJWP1ORJdv+poXWofAF97lhCEQPg1wXWqvtzXGXQuE=,ssl=True,abortConnect=False"
|
|
|
|
+ //},
|
|
|
|
+ //"ServiceBus": {
|
|
|
|
+ // "ConnectionString": "Endpoint=sb://coreiotservicebuscnpro.servicebus.chinacloudapi.cn/;SharedAccessKeyName=TEAMModelOS;SharedAccessKey=llRPBMDJG9w1Nnifj+pGhV0g4H2REcq0PjvX2qqpcOg=",
|
|
|
|
+ // "ActiveTask": "active-task",
|
|
|
|
+ // "ItemCondQueue": "itemcond"
|
|
|
|
+ //}
|
|
|
|
+ },
|
|
|
|
+ "HaBookAuth": {
|
|
|
|
+ "CoreId": {
|
|
|
|
+ "userinfo": "https://api2.teammodel.cn/Oauth2/GetUserInfos"
|
|
|
|
+ },
|
|
|
|
+ "Account": "https://account.teammodel.cn",
|
|
|
|
+ "CoreAPI": "https://api2.teammodel.cn",
|
|
|
|
+ "CoreService": {
|
|
|
|
+ "clientID": "c7317f88-7cea-4e48-ac57-a16071f7b884",
|
|
|
|
+ "clientSecret": "kguxh:V.PLmxBdaI@jnrTrDSth]A3346",
|
|
|
|
+ "deviceinfo": "https://api2.teammodel.cn/oauth2/getdeviceinfos",
|
|
|
|
+ "sendnotification": "https://api2.teammodel.net/service/sendnotification",
|
|
|
|
+ "getnotification": "https://api2.teammodel.net/service/getnotification",
|
|
|
|
+ "delnotification": "https://api2.teammodel.net/service/delnotification"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "DingDingAuth": {
|
|
|
|
+ "Agentld": "1290158212",
|
|
|
|
+ "appKey": "dingrucgsnt8p13rfbgd",
|
|
|
|
+ "appSecret": "Gyx_N57yZslhQOAhAPlvmCwOp_qTm1DScKbd5OoOE0URAW4eViYA2Sk_ZxKb-8WG",
|
|
|
|
+ "getuserinfo_bycode": "https://oapi.dingtalk.com/sns/getuserinfo_bycode?accessKey=xxx×tamp=xxx&signature=xxx"
|
|
}
|
|
}
|
|
}
|
|
}
|