Skip to content

Commit

Permalink
fix env (#30)
Browse files Browse the repository at this point in the history
* fix env

* fix env
  • Loading branch information
goweiss authored May 9, 2024
1 parent fb82860 commit 50a449f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .env
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# VITE_AUTOMATE_INITIALIZATION=true

# SANDBOX
# VITE_BACKEND_BASE_URL=https://api-sb.ncw-demo.com
# VITE_NCW_SDK_ENV=sandbox
# VITE_CLOUDKIT_APITOKEN=18be8b0ef50c77b1adf9b3795948806d4ee3e1fb23a3d30ee6bd672d2db21a56
# VITE_CLOUDKIT_CONTAINER_ID=iCloud.com.fireblocks.ncw.demo
# VITE_CLOUDKIT_ENV=production


# DEV9
VITE_BACKEND_BASE_URL=https://dev9-ncw-demo.waterballoons.xyz
VITE_NCW_SDK_ENV=dev9
VITE_CLOUDKIT_APITOKEN=572a0b5cfcb8992031640d1a14fd0ac3bb7c774cc929a0e23cb00af415da51cd
VITE_BACKEND_BASE_URL=https://api-sb.ncw-demo.com
VITE_NCW_SDK_ENV=sandbox
VITE_CLOUDKIT_APITOKEN=18be8b0ef50c77b1adf9b3795948806d4ee3e1fb23a3d30ee6bd672d2db21a56
VITE_CLOUDKIT_CONTAINER_ID=iCloud.com.fireblocks.ncw.demo
VITE_CLOUDKIT_ENV=development
VITE_CLOUDKIT_ENV=production

0 comments on commit 50a449f

Please sign in to comment.