Skip to content

Commit

Permalink
Make system available locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Aug 14, 2024
1 parent e1c5926 commit 71b5319
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,17 @@ r2_buckets = [
]


r2_buckets = [
{ binding = "DA_CONTENT", bucket_name = "da-content" }
]

[env.stage]
vars = { ENVIRONMENT = "stage", DA_COLLAB = "https://collab.da.live" }
services = [
{ binding = "dacollab", service = "da-collab-stage" }
]
r2_buckets = [
{ binding = "DA_CONTENT", bucket_name = "da-content-stage" }
]
kv_namespaces = [
{ binding = "DA_AUTH", id = "21693f3b20f54fcbb850ddc8947335ba" },
{ binding = "DA_CONFIG", id = "c44cb8dc69f041dc87c5aaef41b97df9" }
]

r2_buckets = [
{ binding = "DA_CONTENT", bucket_name = "da-content" }
{ binding = "DA_CONTENT", bucket_name = "da-content-stage" }
]


Expand All @@ -43,10 +35,6 @@ kv_namespaces = [
{ binding = "DA_AUTH", id = "21693f3b20f54fcbb850ddc8947335ba" },
{ binding = "DA_CONFIG", id = "c44cb8dc69f041dc87c5aaef41b97df9" }
]
r2_buckets = [
{ binding = "DA_CONTENT", bucket_name = "da-content" }
]

services = [
{ binding = "dacollab", service = "da-collab-dev" }
]
Expand Down

0 comments on commit 71b5319

Please sign in to comment.