Dun.Jason 5 dagar sedan
förälder
incheckning
a68165ceba
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/Hotline.Api/config/appsettings.Development.json

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

@@ -68,7 +68,7 @@
     }
   },
     "ConnectionStrings": {
-        "Hotline": "PORT=5432;DATABASE=hotline_dev;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
+        "Hotline": "PORT=5432;DATABASE=hotline;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
         "CAP": "PORT=5432;DATABASE=fwmq;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;Search Path=cap"
     },
   "Cache": {
@@ -111,7 +111,7 @@
     }
   },
   "DatabaseConfiguration": {
-    "ApplyDbMigrations": false,
+    "ApplyDbMigrations": true,
     "ApplySeed": false
   },
   "MqConfiguration": {