| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "subDomain": "",
- "MyConfig": {
- "MyValue": ""
- },
- "pathContent": "/outside/",
- "pathOutside": "D:\\01-Projects\\Natcom\\Lottery\\LotteryWebApp\\Files",
- //"channel": "WALLET",
- "channel": "WEB",
- "rsaPrivateKeyXml": "./Rsa/private-rsa-key.xml",
- "rsaPublicKeyXml": "./Rsa/public-rsa-key.xml",
- "rsaPublicKey": "./Rsa/public.pem",
- "rsaPolicy": "./Rsa/Policy.txt",
- "whitelistStatus": "1",
- "whiteList": "",
- "user_register": "http://127.0.0.1:8900/api/userApi/usersRegister/data",
- "user_get_profile": "http://127.0.0.1:8900/api/userApi/usersGetProfile/data",
- "user_update_profile": "http://127.0.0.1:8900/api/userApi/usersUpdateProfile/data",
- "user_pic_upload": "http://127.0.0.1:8900/api/userApi/usersPicUpload/data",
- "get_result_of_term": "http://127.0.0.1:8900/api/luckyGame/getResultOfTerm/data",
- "get_user_status": "http://127.0.0.1:8900/api/userApi/usersCheckStatus/data",
- "transfer_money": "http://127.0.0.1:8900/api/loto/convertMoneyByUser/data",
- "get_transaction_info": "http://127.0.0.1:8900/api/loto/getListConvertByUser/data",
- "send_otp": "http://127.0.0.1:8900/api/loto/sendOtp/data",
- "confirm_ticket_data": "http://127.0.0.1:8900/api/loto/buyTicket/data",
- "confirm_buying_ticket": "http://127.0.0.1:8900/api/loto/confirmTicket/data",
- "confirm_otp": "http://127.0.0.1:8900/api/loto/confirmOtp/data",
- "get_user_ticket": "http://127.0.0.1:8900/api/luckyGame/getTicketByUser/data",
- "get_top_winner": "http://127.0.0.1:8900/api/loto/getTopWinner/data",
- "auto_login": "http://10.228.102.57/privateapi/intergame/getUserInfor",
- "check_account": "http://171.244.50.177:8989/mytell/api/userApi/usersRegister/data",
- "get_list_convert_by_user": "http://127.0.0.1:8900/api/loto/getListConvertByUser/data",
- //"user_register": "http://171.244.50.177:8901/api/userApi/usersRegister/data",
- //"user_get_profile": "http://171.244.50.177:8901/api/userApi/usersGetProfile/data",
- //"user_update_profile": "http://171.244.50.177:8901/api/userApi/usersUpdateProfile/data",
- //"user_pic_upload": "http://171.244.50.177:8901/api/userApi/usersPicUpload/data",
- //"get_result_of_term": "http://171.244.50.177:8901/api/luckyGame/getResultOfTerm/data",
- //"get_user_status": "http://171.244.50.177:8901/api/userApi/usersCheckStatus/data",
- //"transfer_money": "http://171.244.50.177:8901/api/loto/convertMoneyByUser/data",
- //"get_transaction_info": "http://171.244.50.177:8901/api/loto/getListConvertByUser/data",
- //"send_otp": "http://171.244.50.177:8901/api/loto/sendOtp/data",
- //"confirm_ticket_data": "http://171.244.50.177:8901/api/loto/buyTicket/data",
- //"confirm_buying_ticket": "http://171.244.50.177:8901/api/loto/confirmTicket/data",
- //"confirm_otp": "http://171.244.50.177:8901/api/loto/confirmOtp/data",
- //"get_user_ticket": "http://171.244.50.177:8901/api/luckyGame/getTicketByUser/data",
- //"get_top_winner": "http://171.244.50.177:8901/api/loto/getTopWinner/data",
- //"auto_login": "http://10.228.102.57/privateapi/intergame/getUserInfor",
- //"check_account": "http://171.244.50.177:8989/mytell/api/userApi/usersRegister/data",
- //"get_list_convert_by_user": "http://171.244.50.177:8901/api/loto/getListConvertByUser/data",
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- //"Kestrel": {
- // "EndPoints": {
- // "Http": {
- // "Url": "http://149.28.132.56:8098"
- // }
- // }
- //},
- "AllowedHosts": "*"
- }
|