|
@@ -102,6 +102,9 @@ namespace MySystem
|
|
//services.AddHttpContextAccessor();
|
|
//services.AddHttpContextAccessor();
|
|
|
|
|
|
MySystemLib.SystemPublicFuction.appcheck = "success";
|
|
MySystemLib.SystemPublicFuction.appcheck = "success";
|
|
|
|
+
|
|
|
|
+ RedisDbconn.csredis = new CSRedis.CSRedisClient(Configuration["Setting:RedisConnStr"]);
|
|
|
|
+ KxsRedisDbconn.csredis = new CSRedis.CSRedisClient(Configuration["Setting:KxsRedisConnStr"]);
|
|
}
|
|
}
|
|
|
|
|
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|