Skip to content

Commit

Permalink
Merge pull request #22 from m4dm4rtig4n/0.5.2
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
m4dm4rtig4n authored Oct 22, 2021
2 parents 723e109 + 6b4545e commit b70f29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ See chapter [persistance](#persistance), to reduce API call number.
| CURRENT_PLAN | Choose you plan "BASE" or "HP/HC" | BASE |
| INFLUXDB_ENABLE | Enable influxdb exporter | False |
| INFLUXDB_HOST | Influxdb Host or IP Address | "" |
| INFLUXDB_PORT | Influxdb port | 8086 |
| INFLUXDB_TOKEN | Influxdb token (v2) | "" |
| INFLUXDB_ORG | Influxdb Org (v2) | "" |
| INFLUXDB_BUCKET | Influxdb bucket name (v2) | "" |
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
if "INFLUXDB_PORT" in os.environ:
influxdb_port = str(os.environ['INFLUXDB_PORT'])
else:
influxdb_port = ""
influxdb_port = 8086
########################################################################################################################
# INFLUXDB_TOKEN
if "INFLUXDB_TOKEN" in os.environ:
Expand Down

0 comments on commit b70f29e

Please sign in to comment.