Skip to content

Commit

Permalink
Merge pull request #342 from hassnian/fix-price-internal-error
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival authored Oct 15, 2024
2 parents f756c65 + 59208ca commit caa00ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions services/price/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,21 @@ main = "src/index.ts"
binding = "TOKENPRICE"
id = "571aaa4380994d05b5627769c280935e"
preview_id = "571aaa4380994d05b5627769c280935e"

# beta environment
[env.beta]
name = 'price-beta'

[[env.beta.kv_namespaces]]
binding = "TOKENPRICE"
id = "571aaa4380994d05b5627769c280935e"
preview_id = "571aaa4380994d05b5627769c280935e"

# production environment
[env.production]
name = 'price'

[[env.production.kv_namespaces]]
binding = "TOKENPRICE"
id = "571aaa4380994d05b5627769c280935e"
preview_id = "571aaa4380994d05b5627769c280935e"

0 comments on commit caa00ef

Please sign in to comment.