Skip to content

Commit

Permalink
Add sample evn
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanpince committed Jun 10, 2024
1 parent ca9b535 commit 854a877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_SERVER_URL=https://demo-waas-wallet-link-server.tpin.workers.dev
7 changes: 7 additions & 0 deletions server/wrangler.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ node_compat = true # add this line

[vars]
PROJECT_ACCESS_KEY = ""
VERIFICATION_URL = "https://0xsequence-demos.github.io/demo-waas-wallet-link/"

# For running locally, make sure to configure KV store for local testing
# https://developers.cloudflare.com/kv/get-started/
[[kv_namespaces]]
binding = "demo_waas_wallet_link_server_db"
id = "fb0124dec14a46cfba3fb20813372a26"

0 comments on commit 854a877

Please sign in to comment.