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
213 B

module.exports = {
influx_url: 'http://0.0.0.0',
influx_token: '',
influx_org: '',
influx_bucket: '',
redis_user: '',
redis_password: '',
redis_host: '0.0.0.0',
redis_port: '7001'
}