瀏覽代碼

For live Publish

master
GJWilliams87 4 年之前
父節點
當前提交
4484ad4109
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      UnivateProperties_API/Model/Communication/Email.cs
  2. 1
    1
      UnivateProperties_API/appsettings.json

+ 1
- 1
UnivateProperties_API/Model/Communication/Email.cs 查看文件

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

+ 1
- 1
UnivateProperties_API/appsettings.json 查看文件

9
   },
9
   },
10
   "AllowedHosts": "*",
10
   "AllowedHosts": "*",
11
   "ConnectionStrings": {
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
     "TenderConnection": "http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=N",
13
     "TenderConnection": "http://www.unipoint-consoft.co.za/nph-srep.exe?cluvavail.sch&CLUB=LPA&RESORT=ALL&SUMMARY=N&HEAD=N",
14
     "ReservationsURL": "https://www.pvsl.co.za:85/ReservationsWebService.asmx", //Please note that ReservationsWebService must be in this case. 
14
     "ReservationsURL": "https://www.pvsl.co.za:85/ReservationsWebService.asmx", //Please note that ReservationsWebService must be in this case. 
15
     "ReservationsUserCode": "UniInt",
15
     "ReservationsUserCode": "UniInt",

Loading…
取消
儲存