Explorar el Código

WingDeviceService

fly hace 3 años
padre
commit
2f3eb52488
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/appsettings.json

+ 2 - 2
src/appsettings.json

@@ -11,8 +11,8 @@
   },
   "Services":{
     "InProcess":"WingEmailModule,WingMongoDBModule,WingSessionModule,WingSMSModule",
-    "JsonRpcHttp":"WingManagementModule,WingStorageModule,WingUserModule,DeviceService,WingRemedicalModule",
-    "Remote": "WingUserModule|http://192.168.6.91,DeviceService|http://192.168.6.91"
+    "JsonRpcHttp":"WingManagementModule,WingStorageModule,WingUserModule,WingDeviceService,WingRemedicalModule",
+    "Remote": "WingUserModule|http://192.168.6.91,WingDeviceService|http://192.168.6.91"
   },
   "ServerHosts":{
     "SMSCheckUrl":"http://127.0.0.1:9998/SmsTool/SendSms/CheckVerifyCode",