appsettings.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "countryCode": "670",
  3. "wsUser": "web_portal",
  4. "wsPassword": "web_portal@123",
  5. "wsSubUser": "apk_dktt",
  6. "wsSubPassword": "567yghjkjhv",
  7. "serviceId": "1",
  8. "channel": "WEB",
  9. "numWs": "1",
  10. "reloadPeriod": "10",
  11. //"wsUrl1": "http://10.226.234.24:8088/WsWebPortal?wsdl",
  12. //"wsUrl2": "http://10.226.234.24:8088/WsWebPortal?wsdl",
  13. "wsUrl1": "http://10.226.234.25:8488/WsWebPortal?wsdl",
  14. //"wsUrl2": "http://127.0.0.1:8088/WsWebPortal?wsdl",
  15. "wsLoginFail1": "http://10.226.234.24:8087/WsLoginFail?wsdl",
  16. "wsLoadVoucher": "http://10.226.232.201:8133/apiloyalty/getVoucherConfig?language=",
  17. "wsGetLoyaltyInfo": "http://10.226.232.201:8133/apiloyalty/getConfigDetail",
  18. "recaptchaPublicKey": "6LdTGAojAAAAAMe4DsL3_0p7H7kawpq6RqJXbu4a",
  19. "recaptchaPrivateKey": "6LdTGAojAAAAAEGROUHMNaW9ZNR8u2J5WV7ApIIW",
  20. "testMode": "0",
  21. "enableCounter": "0",
  22. "Logging": {
  23. "LogLevel": {
  24. "Default": "Information",
  25. "Microsoft": "Warning",
  26. "Microsoft.Hosting.Lifetime": "Information"
  27. }
  28. },
  29. "AllowedHosts": "*",
  30. "pathOutside": "D:\\Common\\shared_content",
  31. "pathContent": "/outside",
  32. "Urls": "http://localhost:5001"
  33. }