crss-dataflow-app-dev.yml 553 B

1234567891011121314151617181920212223242526272829303132333435
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. jpa:
  9. show-sql: false
  10. redis:
  11. host: localhost
  12. port: 6379
  13. server:
  14. port: 9092
  15. dataflow:
  16. url: http://localhost:9393
  17. security:
  18. basic:
  19. enabled: false
  20. ignored: /**
  21. management:
  22. security:
  23. enabled: false
  24. scheduler:
  25. job-execution-timeout-minutes:
  26. default: 60
  27. # test values
  28. runWesm: 10
  29. calcTa: 10