Skip to content

Issue storing app id's to influx db #515

Closed Answered by mountaindude
theidemannIf asked this question in Q&A
Discussion options

You must be logged in to vote

... but then again, I can of course share what my config looks like.

The interesting part is the influxdbConfig section:

  # Influx db config parameters
  influxdbConfig:
    enable: true
    # Items below are mandatory if influxdbConfig.enable=true
    hostIP: <ip or host name of server where InfluxDB is running)
    hostPort: 8086          # Optional. Default value=8086
    auth:
      enable: false             # Does influxdb instance require authentication (true/false)?
      # username: user_joe      # Username for Influxdb authentication. Mandatory if auth.enable=true
      # password: joesecret     # Password for Influxdb authentication. Mandatory if auth.enable=true
    dbName: se…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@theidemannIf
Comment options

Answer selected by mountaindude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants