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.
|
|
|
module.exports = {
|
|
|
|
session_secret: 'very secret this is',
|
|
|
|
influx_url: 'http://influx:8086',
|
|
|
|
influx_org: 'xrazis',
|
|
|
|
influx_bucket: 'db0',
|
|
|
|
redis_uri: 'redis://redis:6379',
|
|
|
|
mongo_uri: 'mongodb://mongo:27017/user'
|
|
|
|
}
|