config.yaml 302 B

1234567891011121314151617
  1. permanentStorage:
  2. url: "jdbc:postgresql://localhost:5432/senslog1"
  3. username: "postgres"
  4. password: "root"
  5. connectionPoolSize: 6
  6. inMemoryStorage:
  7. path: "./statistics"
  8. persistence: true
  9. parameters: ""
  10. scheduler:
  11. initDate: "1970-01-01T00:00:00.00+02:00"
  12. period: 10
  13. server:
  14. port: 9090