Skip to content

logreposit/logreposit-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logreposit-api

branch CI build test coverage
master CircleCI codecov.io
develop CircleCI codecov.io

Service Description

TODO

Environment Requirements

  • MongoDB
  • RabbitMQ

Configuration

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

TODO

Description of service, API Documentation and setup along with maintenance instructions