人民医院前端

serverConfig.json 447B

12345678910111213141516
  1. {
  2. "NODE_ENV": "development",
  3. "BASE_API": "http://39.164.159.192:8000/",
  4. "TTS_API": "http://39.164.159.192:8000/",
  5. "IVR_API":"http://172.16.10.21:9000/",
  6. "CORP_ID":"dingbb1314af9ad8e421f2c783f7214b6d69",
  7. "SOCKET_IP": "192.168.8.7",
  8. "SOCKET_PORT": "8081",
  9. "View_Depts": "[4]",
  10. "PAGESIZES": "[10, 20, 50, 100]",
  11. "PAGESIZE": "10",
  12. "monitorPlatformTime": "5000",
  13. "taskRealInfoTime": "10000",
  14. "homeRefreshInterval": "300000"
  15. }