-
Notifications
You must be signed in to change notification settings - Fork 6
Influx DB
Jake Hartnell edited this page Apr 11, 2017
·
1 revision
Grow-IoT supports the option of storing event data in Influx DB
Run an instance of Influx locally or in the cloud, modify the INFLUX_URL
environment variable accordingly (see dev-settings.json
for an example).
Then running Meteor with your settings:
meteor --settings dev-settings.json
The default is localhost
.