ソースを参照

For live Publish

master
GJWilliams87 4年前
コミット
4484ad4109

+ 1
- 1
UnivateProperties_API/Model/Communication/Email.cs ファイルの表示

@@ -47,7 +47,7 @@ namespace UnivateProperties_API.Model.Communication
47 47
                     SenderId = template.SenderId.Value;
48 48
                 }
49 49
                 Sender = template.Sender;
50
-                To = "abigaildf@provision-sa.com"; // sendTo.Email;
50
+                To = "delia@lombardy6.co.za"; // sendTo.Email;
51 51
                 ToDisplay = sendTo.FullName;
52 52
                 /*BCC = ConcatEmails(template.AgentBCC, template.IndividualBCC);*/
53 53
                 IsBodyHtml = true;

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

@@ -9,7 +9,7 @@
9 9
   },
10 10
   "AllowedHosts": "*",
11 11
   "ConnectionStrings": {
12
-    "DefaultConnection": "Data Source=localhost;Initial Catalog=UniVateDemo;Persist Security Info=True;User Id=Provision;Password=What123!;Pooling=false;",
12
+    "DefaultConnection": "Data Source=localhost;Initial Catalog=UniVate;Persist Security Info=True;User Id=Provision;Password=What123!;Pooling=false;",
13 13
     "TenderConnection": "http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=N",
14 14
     "ReservationsURL": "https://www.pvsl.co.za:85/ReservationsWebService.asmx", //Please note that ReservationsWebService must be in this case. 
15 15
     "ReservationsUserCode": "UniInt",

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