Skip to content

Commit

Permalink
Fix default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 17, 2024
1 parent f164461 commit d0c17ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INFLUX_METRIC_NAME = "example"
INFLUX_URL = "http://localhost:8086"
INFLUX_DATABASE = "example"

[env.dev.production]
[env.production.vars]
ENVIRONMENT = "production"
INFLUX_METRIC_NAME = "$INFLUX_METRIC_NAME"
INFLUX_URL = "$INFLUX_URL"
Expand Down

0 comments on commit d0c17ef

Please sign in to comment.