config.yaml 214 B

123456789101112
  1. database:
  2. url: "jdbc:postgresql://localhost:5432/postgres"
  3. username: "postgres"
  4. password: "postgres"
  5. connectionPoolSize: 6
  6. scheduler:
  7. initDate: 2020-01-30T15:00:00.000
  8. period: 100
  9. server:
  10. port: 9090