appsettings.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "MyConfig": {
  3. "MyValue": ""
  4. },
  5. "subDomain": "",
  6. "subDomain_": "",
  7. "keyPost": "jqB3Vi1fIlu+9a2ODQs65w==",
  8. "useVsa": "0",
  9. "vsaAppId": "LUMILOTO",
  10. "vsaWsUrl": "http://154.73.105.33:8080/passportv3/passportWS?wsdl",
  11. "channel": "APP",
  12. "numberSeparated": ".",
  13. "PARENT_ID": "100207",
  14. "countryCode": "95",
  15. // real server
  16. "service_id": 10,
  17. //"service_id": 10,
  18. //"newsGetById": "http://171.244.50.177:8300/api/enews/GetDataById",
  19. //"newsGetByParentId": "http://171.244.50.177:8300/api/enews/GetDataByParentId",
  20. //"newsInsert": "http://171.244.50.177:8300/api/enews/DataAdding",
  21. //"newsUpdate": "http://171.244.50.177:8300/api/enews/DataEditing",
  22. //"newsDelete": "http://171.244.50.177:8300/api/enews/DataDeleting",
  23. //"usersadminlogin": "http://171.244.50.177:8300/api/enews/AdminLogin",
  24. // test server
  25. //"service_id": 4,
  26. //"newsGetById": "http://171.244.50.177:8989/mytell/api/newsWeb/newsGetById/data",
  27. //"newsGetByParentId": "http://171.244.50.177:8989/mytell/api/newsWeb/newsGetByParentId/data",
  28. //"newsInsert": "http://171.244.50.177:8989/mytell/api/newsWeb/newsInsert/data",
  29. //"newsUpdate": "http://171.244.50.177:8989/mytell/api/newsWeb/newsUpdate/data",
  30. //"usersGetProvice": "http://171.244.50.177:8989/mytell/api/userApi/usersGetProvice/data",
  31. //"usersGetTopic": "http://171.244.50.177:8989/mytell/api/userApi/usersGetTopic/data",
  32. //"usersadminlogin": "http://171.244.50.177:8989/mytell/api/userapi/usersadminlogin/data",
  33. "serviceName": "Tree",
  34. "pathOutside": "D:\\OneDrive\\SourceCode\\Mytel\\Lottery\\SuperAdmin\\SuperAdmin\\wwwroot\\assets\\upload",
  35. "pathContent": "/outside",
  36. "Logging": {
  37. "LogLevel": {
  38. "Default": "Information",
  39. "Microsoft": "Warning",
  40. "Microsoft.Hosting.Lifetime": "Information"
  41. }
  42. },
  43. "AllowedHosts": "*"
  44. }