branch | CI build | test coverage |
---|---|---|
master | ||
develop |
TODO
- MongoDB
- RabbitMQ
This service has to be configured via environment variables. MongoDB is used to store the data like users and devices along with their definition and their tokens. The communication to the influxdb-service happens over RabbitMQ.
Environment Variable Name | default value |
---|---|
SPRING_DATA_MONGODB_HOST | localhost |
SPRING_DATA_MONGODB_PORT | 27017 |
SPRING_DATA_MONGODB_DATABASE | logrepositapi |
SPRING_RABBITMQ_HOST | localhost |
SPRING_RABBITMQ_PORT | 5672 |
SPRING_RABBITMQ_USERNAME | guest |
SPRING_RABBITMQ_PASSWORD | guest |
Description of service, API Documentation and setup along with maintenance instructions