ソースを参照

Changed DefaultConnection back to what it was

master
Lene 4年前
コミット
371e3dc3b1
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      UnivateProperties_API/appsettings.json

+ 1
- 1
UnivateProperties_API/appsettings.json ファイルの表示

@@ -9,7 +9,7 @@
9 9
   },
10 10
   "AllowedHosts": "*",
11 11
   "ConnectionStrings": {
12
-    "DefaultConnection": "Data Source=192.168.0.219;Initial Catalog=UniVateDemo;Persist Security Info=True;User Id=Provision;Password=What123!;Pooling=false;",
12
+    "DefaultConnection": "Data Source=localhost;Initial Catalog=UniVateDemo;Persist Security Info=True;User Id=Provision;Password=What123!;Pooling=false;",
13 13
     "TenderConnection": "http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail_test.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=N"
14 14
   }
15 15
 }

読み込み中…
キャンセル
保存