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 = {
|
|
|
|
influx_url: 'http://0.0.0.0',
|
|
|
|
influx_token: '',
|
|
|
|
influx_org: '',
|
|
|
|
influx_bucket: '',
|
|
|
|
redis_user: '',
|
|
|
|
redis_password: '',
|
|
|
|
redis_host: 'redis',
|
|
|
|
redis_port: '6379'
|
|
|
|
}
|