Skip to content

Commit

Permalink
Set to sandbox endorser
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Nov 9, 2023
1 parent 5f6f5e7 commit e74adea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/traction/values-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acapy:
is_production: true
is_write: true
genesis_url: "http://test.bcovrin.vonx.io/genesis"
endorser_did: "Ket75eV5UQvVkW2XBjgDH7"
endorser_did: "DfQetNSm7gGEHuzfUvpfPn"
endorser_alias: "bcovrin-test-endorser"
- id: bcovrin-dev
is_production: true
Expand Down
4 changes: 2 additions & 2 deletions services/tenant-ui/frontend/src/store/tenantStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export const useTenantStore = defineStore('tenant', () => {
}

function setTenantLoginDataFromLocalStorage() {
console.log('> setTenantFromLocalStorage');
console.log('> setTenantLoginDataFromLocalStorage');
try {
const savedTenant = localStorage.getItem('tenant');
tenant.value = savedTenant ? JSON.parse(savedTenant) : null;
Expand Down Expand Up @@ -493,7 +493,7 @@ export const useTenantStore = defineStore('tenant', () => {
console.error(err);
}

console.log('< setTenantFromLocalStorage');
console.log('< setTenantLoginDataFromLocalStorage');
}

return {
Expand Down

0 comments on commit e74adea

Please sign in to comment.