appsettings.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "webConfig": {
  3. "PREFIX": "257",
  4. "key": "VietNam#1980",
  5. "isCheckToken": "1",
  6. //"Connection": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=171.244.50.177)(PORT=1530))(CONNECT_DATA=(SERVICE_NAME=orcl)));User Id=LOTO_THAILAN;Password=loto098;Connection Timeout=120;",
  7. "Connection": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1539))(CONNECT_DATA=(SERVICE_NAME=ORA12C)));User Id=BALANCE;Password=BALANCE;Connection Timeout=120;",
  8. //"Connection": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.225.5.163)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=vasnew)));User Id=luckycard;Password=V@sLuckY13#$68;Connection Timeout=120; Connection Lifetime=180;Pooling=true;Min Pool Size=1;Max Pool Size=100;Incr Pool Size=10;Validate Connection=true",
  9. "urlPostGetErrCodeMessage": "http://localhost:41341/api/luckyGame/executes/data",
  10. "keyPostGetErrCodeMessage": "jqB3Vi1fIlu+9a2ODQs65w==",
  11. "betProcessListPower": "127.0.0.1:8017:60000$127.0.0.1:8018:60000$127.0.0.1:8019:60000",
  12. "betProcessListDay": "127.0.0.1:8017:60000$127.0.0.1:8018:60000$127.0.0.1:8019:60000",
  13. "betProcessListPlus": "127.0.0.1:8017:60000$127.0.0.1:8018:60000$127.0.0.1:8019:60000",
  14. //0=ko check mem,1=check mem
  15. "ischeckMemoryCache": "0",
  16. "url_vaa": "http://10.225.5.252:8180/RadiusGW/Radius?wsdl",
  17. "chargeLogPath": "D:\\QuangTiep\\Code\\NetCore\\ApiProcessToken\\logCharge",
  18. //for B+
  19. /*
  20. "RedisIp": "27.71.225.61",
  21. "RedisPort": "6379",
  22. "RedisPass": "p@ss$12E45"
  23. */
  24. "RedisIp": "27.71.225.61",
  25. "RedisPort": "6379",
  26. "RedisPass": "p@ss$12E45",
  27. "MPS_IP": "171.244.50.177",
  28. "MPS_PORT": "6018",
  29. "isTest": "1"
  30. },
  31. "Kestrel": {
  32. "EndPoints": {
  33. "Http": {
  34. "Url": "http://*:8989"
  35. }
  36. }
  37. }, "Logging": {
  38. "LogLevel": {
  39. "Default": "Information",
  40. "Microsoft": "Warning",
  41. "Microsoft.Hosting.Lifetime": "Information"
  42. }
  43. }, "AllowedHosts": "*" }