Skip to content

Commit

Permalink
Use unique app ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Feb 26, 2024
1 parent 68e2edb commit 3923ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cc('vc-status.routes.namespacedStatusList',
// deployments) ...and `ensureConfigOverride` has already been set via
// `bedrock-app-identity` so it doesn't have to be set here
config['app-identity'].seeds.services['vc-status'] = {
id: 'did:key:z6Mkvy68ASYcc1S5ZZdzkdBEwaiA8MKrHfDg74TEK32iV94M',
seedMultibase: 'z1AeZSVFx4iDQkQPfLL9wpAE5Uzdd8zsdf5SjXtofYYXG58',
id: 'did:key:z6MkpeHj5dVcBtyaWJjnB3Hck2ws5EZeuGABhhiyW92mgPxb',
seedMultibase: 'z1Afnhw11h7ofxtZXKYvcPiDW5mDZ7cUVsjeDkNWzKeLcjE',
serviceType: 'vc-status'
};

0 comments on commit 3923ede

Please sign in to comment.