高级排程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
394 B

  1. db:
  2. host: 127.0.0.1
  3. port: 1433
  4. user: sa
  5. password: Leit2020
  6. database: LAPP_ETL
  7. mongo:
  8. host: 127.0.0.1
  9. port: 27017
  10. datadb: LAPP_ETL_DATA
  11. logdb: LAPP_ETL_RECORD
  12. etcd:
  13. timeout: 5
  14. locklease: 5
  15. servicelease: 5
  16. addrs:
  17. - 127.0.0.1:2379
  18. app:
  19. port: 8098
  20. tasknums: 100
  21. errnums: 5
  22. shellpath: shell
  23. localaddr: 127.0.0.1
  24. mod: release
  25. name: ETL
  26. useetcd: false