人民医院前端

serverConfig.json 286B

1234567891011
  1. {
  2. "NODE_ENV": "development",
  3. "BASE_API": "http://39.164.159.192:8000/",
  4. "SOCKET_IP": "192.168.8.7",
  5. "SOCKET_PORT": "8081",
  6. "PAGESIZES": "[10, 20, 50, 100]",
  7. "PAGESIZE": "10",
  8. "monitorPlatformTime": "5000",
  9. "taskRealInfoTime": "10000",
  10. "homeRefreshInterval": "300000"
  11. }