appsettings.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "subDomain": "",
  3. "MyConfig": {
  4. "MyValue": ""
  5. },
  6. "pathContent": "/outside/",
  7. "pathOutside": "D:\\01-Projects\\Natcom\\Lottery\\LotteryWebApp\\Files",
  8. //"channel": "WALLET",
  9. "channel": "WEB",
  10. "rsaPrivateKeyXml": "./Rsa/private-rsa-key.xml",
  11. "rsaPublicKeyXml": "./Rsa/public-rsa-key.xml",
  12. "rsaPublicKey": "./Rsa/public.pem",
  13. "rsaPolicy": "./Rsa/Policy.txt",
  14. "whitelistStatus": "1",
  15. "whiteList": "",
  16. "user_register": "http://171.244.50.177:8900/api/userApi/usersRegister/data",
  17. "user_get_profile": "http://171.244.50.177:8900/api/userApi/usersGetProfile/data",
  18. "user_update_profile": "http://171.244.50.177:8900/api/userApi/usersUpdateProfile/data",
  19. "user_pic_upload": "http://171.244.50.177:8900/api/userApi/usersPicUpload/data",
  20. "get_result_of_term": "http://171.244.50.177:8900/api/luckyGame/getResultOfTerm/data",
  21. "get_user_status": "http://171.244.50.177:8900/api/userApi/usersCheckStatus/data",
  22. "transfer_money": "http://171.244.50.177:8900/api/loto/convertMoneyByUser/data",
  23. "get_transaction_info": "http://171.244.50.177:8900/api/loto/getListConvertByUser/data",
  24. "send_otp": "http://171.244.50.177:8900/api/loto/sendOtp/data",
  25. "confirm_ticket_data": "http://171.244.50.177:8900/api/loto/buyTicket/data",
  26. "confirm_buying_ticket": "http://171.244.50.177:8900/api/loto/confirmTicket/data",
  27. "confirm_otp": "http://171.244.50.177:8900/api/loto/confirmOtp/data",
  28. "get_user_ticket": "http://171.244.50.177:8900/api/luckyGame/getTicketByUser/data",
  29. "get_top_winner": "http://171.244.50.177:8900/api/loto/getTopWinner/data",
  30. "auto_login": "http://10.228.102.57/privateapi/intergame/getUserInfor",
  31. "check_account": "http://171.244.50.177:8989/mytell/api/userApi/usersRegister/data",
  32. "Logging": {
  33. "LogLevel": {
  34. "Default": "Information",
  35. "Microsoft": "Warning",
  36. "Microsoft.Hosting.Lifetime": "Information"
  37. }
  38. },
  39. //"Kestrel": {
  40. // "EndPoints": {
  41. // "Http": {
  42. // "Url": "http://127.0.0.1:80985"
  43. // }
  44. // }
  45. //},
  46. "AllowedHosts": "*"
  47. }