appsettings.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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=MYTEL_BLANCE;Password=123456;Connection Timeout=120;",
  8. //"Connection": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1561))(CONNECT_DATA=(SERVICE_NAME=REP_DB_DG)));User Id=bplus_app;Password=BbQ09grnqF1CM0ob;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:\\Code\\Telemor\\TimorBplus\\ApiWeb\\ApiProcessToken\\logChargeErr\\",
  18. //for B+
  19. //"RedisIp": "127.0.0.1",
  20. //"RedisPort": "9379",
  21. //"RedisPass": "p@ss$12E45",
  22. "RedisIp": "171.244.50.177",
  23. "RedisPort": "9379",
  24. "RedisPass": "p@ss$12E45",
  25. "MPS_IP": "171.244.50.177",
  26. "MPS_PORT": "6018",
  27. "isTest": "1"
  28. },
  29. //"Kestrel": {
  30. // "EndPoints": {
  31. // "Http": {
  32. // "Url": "http://127.0.0.1:8989"
  33. // }
  34. // }
  35. //},
  36. "Logging": {
  37. "LogLevel": {
  38. "Default": "Information",
  39. "Microsoft": "Warning",
  40. "Microsoft.Hosting.Lifetime": "Information"
  41. }
  42. }, "AllowedHosts": "*" }