appsettings.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "rp_search_detail_ticket": "http://171.244.50.177:8900/api/loto/rpSearchDetailTicketEx/data",
  22. "get_user_status": "http://171.244.50.177:8900/api/userApi/usersCheckStatus/data",
  23. "transfer_money": "http://171.244.50.177:8900/api/loto/convertMoneyByUser/data",
  24. "get_transaction_info": "http://171.244.50.177:8900/api/loto/getListConvertByUser/data",
  25. "send_otp": "http://171.244.50.177:8900/api/loto/sendOtp/data",
  26. "confirm_ticket_data": "http://171.244.50.177:8900/api/loto/buyTicket/data",
  27. "confirm_buying_ticket": "http://171.244.50.177:8900/api/loto/confirmTicket/data",
  28. "confirm_otp": "http://171.244.50.177:8900/api/loto/confirmOtp/data",
  29. "get_user_ticket": "http://171.244.50.177:8900/api/luckyGame/getTicketByUser/data",
  30. "get_top_winner": "http://171.244.50.177:8900/api/loto/getTopWinner/data",
  31. "auto_login": "http://10.228.102.57/privateapi/intergame/getUserInfor",
  32. "check_account": "http://171.244.50.177:8989/mytell/api/userApi/usersRegister/data",
  33. "Logging": {
  34. "LogLevel": {
  35. "Default": "Information",
  36. "Microsoft": "Warning",
  37. "Microsoft.Hosting.Lifetime": "Information"
  38. }
  39. },
  40. //"Kestrel": {
  41. // "EndPoints": {
  42. // "Http": {
  43. // "Url": "http://127.0.0.1:80985"
  44. // }
  45. // }
  46. //},
  47. "AllowedHosts": "*"
  48. }