xf 9 mesi fa
parent
commit
884ba2a7ee
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/Hotline.Api/config/appsettings.Development.json

+ 2 - 2
src/Hotline.Api/config/appsettings.Development.json

@@ -1,7 +1,7 @@
 {
   "AllowedHosts": "*",
   "CallCenterConfiguration": {
-    "CallCenterType": "TianRun", //XunShi、WeiErXin、TianRun、XingTang
+    "CallCenterType": "XingTang", //XunShi、WeiErXin、TianRun、XingTang
     "NewRock": {
       "Address": "http://192.168.100.100/xml",
       "Authorize": true,
@@ -72,7 +72,7 @@
     }
   },
   "DatabaseConfiguration": {
-    "ApplyDbMigrations": false,
+    "ApplyDbMigrations": true,
     "ApplySeed": false
   },
   "MqConfiguration": {