Skip to content

Commit

Permalink
Merge pull request #14648 from MikeMcQuaid/influxdb_token
Browse files Browse the repository at this point in the history
analytics: update token.
  • Loading branch information
MikeMcQuaid authored Feb 15, 2023
2 parents 381238b + dfd4cd9 commit dbd9f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class << self
include Context

INFLUX_BUCKET = "analytics"
INFLUX_TOKEN = "y2JZsgE7glWT9V-S-nElETLp8oyH9PGh9JVa-kCdOdp7mEHIOws4BtdjsIe3HHpCBty7IQHLnmh0prqK2vBj9A=="
INFLUX_TOKEN = "9eMkCRwRWS7xjPR_HbF5tBffKmnyRFSup7rq41tHZLOpnBsjVtRFd-y9R_P9OCcB3kr1ftDEzxcxTehcufy1SQ=="
INFLUX_HOST = "europe-west1-1.gcp.cloud2.influxdata.com"

sig { params(type: Symbol, metadata: T::Hash[Symbol, T.untyped]).void }
Expand Down

0 comments on commit dbd9f72

Please sign in to comment.