Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 6, 2023
1 parent da67a70 commit 1045e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABRINTH_URL = "http://127.0.0.1:8000/v2/"
[env.staging.vars]
LABRINTH_URL = "https://staging-api.modrinth.com/v2/"

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

[[r2_buckets]]
Expand All @@ -21,6 +21,6 @@ preview_bucket_name = "modrinth-cdn-staging"
binding = "MODRINTH_CDN"
bucket_name = "modrinth-cdn-staging"

[[env.production.r2_buckets]]
[[env.prod.r2_buckets]]
binding = "MODRINTH_CDN"
bucket_name = "modrinth-cdn"

0 comments on commit 1045e30

Please sign in to comment.