Skip to content

Commit

Permalink
Merge branch 'refactor-currency-services-focused-on-symbols' of https…
Browse files Browse the repository at this point in the history
…://github.com/opexdev/core into otc_to_dev_currency_services
  • Loading branch information
fatemeh-i committed Dec 15, 2024
2 parents 3d1c4b8 + 27be09c commit 97d1f1d
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 97d1f1d

Please sign in to comment.