dss 2 rokov pred
rodič
commit
d72039176c
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      src/CallCenter.Api/appsettings.json

+ 5 - 5
src/CallCenter.Api/appsettings.json

@@ -37,7 +37,7 @@
   },
   "AllowedHosts": "*",
   "DeviceConfigs": {
-    "Address": "http://192.168.100.100/xml",
+    "Address": "http://192.168.100.101/xml",
     "Authorize": true,
     "ReceiveKey": "E1BBD1BB-A269-44",
     "SendKey": "2A-BA92-160A3B1D",
@@ -49,13 +49,13 @@
   },
   "Swagger": true,
   "Cors": {
-    "Origins": [ "http://localhost:8888", "http://callcenter-admin.fengwo.com", "http://admin.call.fengwo.com" ]
+    "Origins": [ "http://localhost:8888","http://localhost:8695","http://callcenter-admin.fengwo.com", "http://admin.call.fengwo.com" ]
   },
   "WorkTimeSettings": {
-    "MorningBegin": "08:00",
+    "MorningBegin": "07:00",
     "MorningEnd": "12:00",
-    "AfterBegin": "15:00",
-    "AfterEnd": "21:00",
+    "AfterBegin": "12:00",
+    "AfterEnd": "23:00",
     "WorkDay": [ 1, 2, 3, 4, 5, 0, 6 ],
     "WorkCategory": "08da9b9f-a35d-4ade-8ea7-55e8abbcdefd",
     "RestCategory": "08daa5f5-ac7a-4ced-8295-1c78baa15f9e"