Scalable IoT solution for real-time body position data
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
248 B

module.exports = {
influx_uri: 'http://influx:8086',
influx_token: '',
influx_org: '',
influx_bucket: '',
redis_user: '',
redis_password: '',
redis_uri: 'redis://redis:6379',
mongo_uri: 'mongodb://mongo:27017/user'
}