Skip to content

Commit

Permalink
Add honeycomb environment variables (#7)
Browse files Browse the repository at this point in the history
Note that this does not activate Honeycomb. To activate Honeycomb, run
`flyctl secrets set HONEYCOMB_API_KEY=…`
  • Loading branch information
dtinth authored Nov 27, 2022
1 parent 984484f commit 66ce144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ processes = []

[env]
PORT = "8080"
HONEYCOMB_DATASET = "bemuse"
OTEL_SERVICE_NAME = "scoreboard"

[experimental]
allowed_public_ports = []
Expand Down

0 comments on commit 66ce144

Please sign in to comment.