appsettings.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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://127.0.0.1:8900/api/userApi/usersRegister/data",
  17. "user_get_profile": "http://127.0.0.1:8900/api/userApi/usersGetProfile/data",
  18. "user_update_profile": "http://127.0.0.1:8900/api/userApi/usersUpdateProfile/data",
  19. "user_pic_upload": "http://127.0.0.1:8900/api/userApi/usersPicUpload/data",
  20. "get_result_of_term": "http://127.0.0.1:8900/api/luckyGame/getResultOfTerm/data",
  21. "get_user_status": "http://127.0.0.1:8900/api/userApi/usersCheckStatus/data",
  22. "transfer_money": "http://127.0.0.1:8900/api/loto/convertMoneyByUser/data",
  23. "get_transaction_info": "http://127.0.0.1:8900/api/loto/getListConvertByUser/data",
  24. "send_otp": "http://127.0.0.1:8900/api/loto/sendOtp/data",
  25. "confirm_ticket_data": "http://127.0.0.1:8900/api/loto/buyTicket/data",
  26. "confirm_buying_ticket": "http://127.0.0.1:8900/api/loto/confirmTicket/data",
  27. "confirm_otp": "http://127.0.0.1:8900/api/loto/confirmOtp/data",
  28. "get_user_ticket": "http://127.0.0.1:8900/api/luckyGame/getTicketByUser/data",
  29. "get_top_winner": "http://127.0.0.1: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. "get_list_convert_by_user": "http://127.0.0.1:8900/api/loto/getListConvertByUser/data",
  33. //"user_register": "http://171.244.50.177:8901/api/userApi/usersRegister/data",
  34. //"user_get_profile": "http://171.244.50.177:8901/api/userApi/usersGetProfile/data",
  35. //"user_update_profile": "http://171.244.50.177:8901/api/userApi/usersUpdateProfile/data",
  36. //"user_pic_upload": "http://171.244.50.177:8901/api/userApi/usersPicUpload/data",
  37. //"get_result_of_term": "http://171.244.50.177:8901/api/luckyGame/getResultOfTerm/data",
  38. //"get_user_status": "http://171.244.50.177:8901/api/userApi/usersCheckStatus/data",
  39. //"transfer_money": "http://171.244.50.177:8901/api/loto/convertMoneyByUser/data",
  40. //"get_transaction_info": "http://171.244.50.177:8901/api/loto/getListConvertByUser/data",
  41. //"send_otp": "http://171.244.50.177:8901/api/loto/sendOtp/data",
  42. //"confirm_ticket_data": "http://171.244.50.177:8901/api/loto/buyTicket/data",
  43. //"confirm_buying_ticket": "http://171.244.50.177:8901/api/loto/confirmTicket/data",
  44. //"confirm_otp": "http://171.244.50.177:8901/api/loto/confirmOtp/data",
  45. //"get_user_ticket": "http://171.244.50.177:8901/api/luckyGame/getTicketByUser/data",
  46. //"get_top_winner": "http://171.244.50.177:8901/api/loto/getTopWinner/data",
  47. //"auto_login": "http://10.228.102.57/privateapi/intergame/getUserInfor",
  48. //"check_account": "http://171.244.50.177:8989/mytell/api/userApi/usersRegister/data",
  49. //"get_list_convert_by_user": "http://171.244.50.177:8901/api/loto/getListConvertByUser/data",
  50. "Logging": {
  51. "LogLevel": {
  52. "Default": "Information",
  53. "Microsoft": "Warning",
  54. "Microsoft.Hosting.Lifetime": "Information"
  55. }
  56. },
  57. //"Kestrel": {
  58. // "EndPoints": {
  59. // "Http": {
  60. // "Url": "http://149.28.132.56:8098"
  61. // }
  62. // }
  63. //},
  64. "AllowedHosts": "*"
  65. }