Skip to content

Commit

Permalink
Merge pull request #16 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
prod verifier url
  • Loading branch information
stzouvaras authored Feb 7, 2024
2 parents 01d5c6a + 5389d0a commit c78ffb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal class WalletCoreConfigImpl(
) : WalletCoreConfig {

companion object {
const val VERIFIER_API_URI = "https://dev.verifier.eudiw.dev"
const val VERIFIER_API_URI = "https://verifier.eudiw.dev"
const val VERIFIER_CLIENT_ID = "Verifier"
const val VCI_ISSUER_URL = "https://issuer.eudiw.dev/oidc"
const val VCI_CLIENT_ID = "wallet-dev"
Expand Down

0 comments on commit c78ffb5

Please sign in to comment.