kuiper.yaml 343 B

1234567891011
  1. basic:
  2. # true|false, with debug level, it prints more debug info
  3. debug: false
  4. # true|false, if it's set to true, then the log will be print to console
  5. consoleLog: false
  6. # true|false, if it's set to true, then the log will be print to log file
  7. fileLog: true
  8. port: 20498
  9. restPort: 9081
  10. prometheus: false
  11. prometheusPort: 20499