Skip to content

Commit

Permalink
reset profile on auth class and change auth data in exchange profile
Browse files Browse the repository at this point in the history
  • Loading branch information
fatemeh-i committed Dec 15, 2024
1 parent e836187 commit 27be09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wallet/wallet-app/src/main/resources/application-otc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ spring:
import: vault://secret/${spring.application.name}
app:
auth:
url: lb://opex-auth
cert-url: lb://opex-auth/auth/realms/opex/protocol/openid-connect/certs
client-id: none
client-secret: none
url: ${AUTH_URL}
cert-url: ${AUTH_JWK_ENDPOINT}
client-id: ${client_id}
client-secret: ${client_secret}
system:
uuid: 1
backup:
Expand Down

0 comments on commit 27be09c

Please sign in to comment.