aggregator.json 506 B

1234567891011121314151617181920
  1. {
  2. "debug": true,
  3. "http": {
  4. "enabled": true,
  5. "listen": "%%AGGREGATOR_HTTP%%"
  6. },
  7. "database": {
  8. "addr": "%%MYSQL%%/falcon_portal?loc=Local&parseTime=true",
  9. "idle": 10,
  10. "ids": [1, -1],
  11. "interval": 55
  12. },
  13. "api": {
  14. "connect_timeout": 500,
  15. "request_timeout": 2000,
  16. "plus_api": "http://127.0.0.1:8080",
  17. "plus_api_token": "%%PLUS_API_DEFAULT_TOKEN%%",
  18. "push_api": "http://127.0.0.1:1988/v1/push"
  19. }
  20. }