Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Dec 21, 2023
1 parent b2a10dc commit 444f1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const CALLBACK_SERVER_URL = import.meta.env.VITE_APP_CALLBACK_SERVER_URL ?? "";
export const JOYID_APP_URL = import.meta.env.VITE_APP_JOYID_APP_URL ?? "https://testnet.joyid.dev/";
export const ZERO_DEV_PROJECT_ID = import.meta.env.VITE_APP_ZERO_DEV_PROJECT_ID ?? "3e9f133a-94a2-4561-823d-f824ee73fea2";
export const ZERO_DEV_PROJECT_ID = import.meta.env.VITE_APP_ZERO_DEV_PROJECT_ID ?? "";

0 comments on commit 444f1f7

Please sign in to comment.