Skip to content

Commit

Permalink
Estonian verifier context URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidotarma committed Aug 8, 2021
1 parent db6b98a commit a9a263f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions app/src/acc/assets/verifier-context-ee.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,18 @@
]
},
"countryList": {
"url": "https://dcc-verifier.digilugu.ee/countrylist",
"url": "",
"pubKeys": [
"z5hNtsQXJIdHVS28ZjDIr6JPRQq2dlb9GZlAghDPofs=",
"4a6cPehI7OG6cuDZka5NDZ7FR8a60d3auda+sKfg4Ng=",
"x4QzPSC810K5/cMjb05Qm4k3Bw5zBn4lTdO/nEW/Td4"
]
},
"rules": {
"url": "https://dcc-verifier.digilugu.ee/rules",
"url": "",
"pubKeys": [
"z5hNtsQXJIdHVS28ZjDIr6JPRQq2dlb9GZlAghDPofs=",
"4a6cPehI7OG6cuDZka5NDZ7FR8a60d3auda+sKfg4Ng=",
"x4QzPSC810K5/cMjb05Qm4k3Bw5zBn4lTdO/nEW/Td4"
]
},
"valuesets": {
"url": "https://dcc-verifier.digilugu.ee/valuesets",
"url": "",
"pubKeys": [
"z5hNtsQXJIdHVS28ZjDIr6JPRQq2dlb9GZlAghDPofs=",
"4a6cPehI7OG6cuDZka5NDZ7FR8a60d3auda+sKfg4Ng=",
"x4QzPSC810K5/cMjb05Qm4k3Bw5zBn4lTdO/nEW/Td4"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import javax.inject.Singleton

private const val CONNECT_TIMEOUT = 30L

const val BASE_URL = "https://dgca-verifier-service.cfapps.eu10.hana.ondemand.com/"
const val BASE_URL = "https://dcc-verifier.digilugu.ee/"
const val SHA256_PREFIX = "sha256/"

@InstallIn(SingletonComponent::class)
Expand Down

0 comments on commit a9a263f

Please sign in to comment.