Skip to content

Commit

Permalink
Add wrangler toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Dec 6, 2024
1 parent ae60909 commit 97aa39b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ worker/
node_modules/
.cargo-ok
.env
wrangler.toml
.wrangler
data/
config/
13 changes: 13 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#:schema node_modules/wrangler/config-schema.json
name = "cf-metrics"
tail_consumers = [{service = "cf-metrics-tail"}]
main = "index.js"
compatibility_date = "2024-12-05"
compatibility_flags = ["nodejs_compat"]
send_metrics = false

[vars]
INFLUX_URL = "http://localhost:8086"
INFLUX_TOKEN = "example"
INFLUX_ORG = "example"
INFLUX_BUCKET = "example"

0 comments on commit 97aa39b

Please sign in to comment.