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