Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 12, 2024
1 parent 0a1a545 commit c3e7eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DB_URL=
PATH_TO_ISSUE_CRED=api/v1/credential/walletAccepct
SSE_CLIENT_URL=http://localhost:9001
WHITELISTED_CORS = ["http://localhost:9000","http://localhost:9001","http://192.168.29.12:9001", "https://localhost:9001", "http://192.168.29.209:9001", "http://entity.hypersign.id","https://entity.hypersign.id","http://localhost:9001", "https://wallet-stage.hypersign.id", "http://localhost:4999","192.168.29.13",'http://localhost:1234','http://localhost:4000',"https://wallet-jagrat.hypersign.id" '*']
EMAIL_CREDENTITAL_SCHEMA_ID=sch:hid:testnet:zufjU7LuQuJNFiUpuhCwYkTrakUu1VmtxE9SPi5TwfUB:1.0
EMAIL_CREDENTITAL_SCHEMA_ID=sch:hid:testnet:z6MkoTFHzx3XPXAvAVAN9CWMh91vH53m4kTFiVPypC22c7fB:1.0

# Hid-node related
HID_NETWORK_RPC= https://rpc.jagrat.hypersign.id/
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
PATH_TO_ISSUE_CRED: "api/v1/credential/walletAccepct"
SSE_CLIENT_URL: "http://localhost:9001"
WHITELISTED_CORS : '["http://localhost:9000","http://localhost:9001","http://192.168.29.12:9001", "https://localhost:9001", "http://192.168.29.209:9001", "http://entity.hypersign.id","https://entity.hypersign.id","http://localhost:9001", "https://wallet-stage.hypersign.id", "http://localhost:4999","192.168.29.13","http://localhost:1234","http://localhost:4000","https://wallet-jagrat.hypersign.id", "*"]'
EMAIL_CREDENTITAL_SCHEMA_ID: "sch:hid:testnet:zufjU7LuQuJNFiUpuhCwYkTrakUu1VmtxE9SPi5TwfUB:1.0"
EMAIL_CREDENTITAL_SCHEMA_ID: "sch:hid:testnet:z6MkoTFHzx3XPXAvAVAN9CWMh91vH53m4kTFiVPypC22c7fB:1.0"
HID_NETWORK_RPC: "https://rpc.jagrat.hypersign.id/"
HID_NETWORK_API: "https://api.jagrat.hypersign.id/"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const pathToIssueCred = process.env.PATH_TO_ISSUE_CRED;
const whitelistedCors = process.env.WHITELISTED_CORS || ['*'];
const schemaResolver =
process.env.RPC_ENDPOINT || 'https://api.prajna.hypersign.id/hypersign-protocol/hidnode/ssi/schema/';
const schemaId = process.env.EMAIL_CREDENTITAL_SCHEMA_ID || "sch:hid:testnet:zufjU7LuQuJNFiUpuhCwYkTrakUu1VmtxE9SPi5TwfUB:1.0"
const schemaId = process.env.EMAIL_CREDENTITAL_SCHEMA_ID || "sch:hid:testnet:z6MkoTFHzx3XPXAvAVAN9CWMh91vH53m4kTFiVPypC22c7fB:1.0"
export {
port,
host,
Expand Down

0 comments on commit c3e7eb8

Please sign in to comment.