| 1234567891011121314151617 |
- permanentStorage:
- url: "jdbc:postgresql://localhost:5432/senslog1"
- username: "postgres"
- password: "root"
- connectionPoolSize: 6
- inMemoryStorage:
- path: "./statistics"
- persistence: true
- parameters: ""
- scheduler:
- initDate: "2020-01-30T14:00:00.00+02:00"
- period: 30
- server:
- port: 9090
|