Skip to content

Commit

Permalink
Config file added
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jun 17, 2018
1 parent 88f1d64 commit 1608f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ ENV/
data/
.DS_Store
config.yml
!docker-compose/config.yml

.vscode
9 changes: 9 additions & 0 deletions docker-compose/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# configure with params from the docs:
# http://influxdb-python.readthedocs.io/en/latest/api-documentation.html#influxdbclient

influxdb:
client:
host: influxdb
database: health
write_points:
batch_size: 1000

0 comments on commit 1608f21

Please sign in to comment.