Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper committed Oct 23, 2024
1 parent c79f846 commit 968e1db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@
{
"vckit": {
"vckitAPIUrl": "http://localhost:3332/v2",
"issuer": "did:web:60c5-115-79-212-164.ngrok-free.app"
"issuer": "did:web:uncefact.github.io:project-vckit:test-and-development"
},
"digitalConformityCredential": {
"context": [
Expand Down
8 changes: 8 additions & 0 deletions packages/services/src/__tests__/mocks/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const contextTransformationEvent = {
dlr: {
dlrAPIUrl: 'http://localhost',
dlrAPIKey: '5555555555555',
namespace: 'gs1',
linkRegisterPath: '/api/resolver',
},
storage: {
url: 'https://storage.example.com',
Expand Down Expand Up @@ -275,6 +277,8 @@ export const digitalIdentityAnchorContext = {
dlr: {
dlrAPIUrl: 'http://dlr.example.com',
dlrAPIKey: '1234',
namespace: 'gs1',
linkRegisterPath: '/api/resolver',
},
storage: {
url: 'https://storage.example.com',
Expand All @@ -301,6 +305,8 @@ export const digitalFacilityRecordContext = {
dlr: {
dlrAPIUrl: 'http://dlr.example.com',
dlrAPIKey: '1234',
namespace: 'gs1',
linkRegisterPath: '/api/resolver',
},
storage: {
url: 'https://storage.example.com',
Expand Down Expand Up @@ -360,6 +366,8 @@ export const digitalConformityCredentialContext = {
dlr: {
dlrAPIUrl: 'http://dlr.example.com',
dlrAPIKey: '1234',
namespace: 'gs1',
linkRegisterPath: '/api/resolver',
},
storage: {
url: 'https://storage.example.com',
Expand Down

0 comments on commit 968e1db

Please sign in to comment.