Skip to content

Commit

Permalink
add vars to wrangler.toml (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 6, 2023
1 parent fdc2561 commit 2844254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ RATE_LIMIT_IGNORE_KEY = "feedbeef"

[env.staging.vars]
LABRINTH_URL = "https://staging-api.modrinth.com/v2/"
LABRINTH_ADMIN_SECRET = "feedbeef"
RATE_LIMIT_IGNORE_KEY = "feedbeef"

[env.prod.vars]
LABRINTH_URL = "https://api.modrinth.com/v2/"
LABRINTH_ADMIN_SECRET = "feedbeef"
RATE_LIMIT_IGNORE_KEY = "feedbeef"

[[r2_buckets]]
binding = "MODRINTH_CDN"
Expand Down

0 comments on commit 2844254

Please sign in to comment.