From fc0ad0b0f4b0e28ca89d93d095854774f9c58580 Mon Sep 17 00:00:00 2001 From: Julian <82032362+jurosens@users.noreply.github.com> Date: Tue, 25 May 2021 16:06:28 +0200 Subject: [PATCH] fix: updated URLs (#70) --- context/context.json | 4 ++-- context/context.jsonc | 30 ------------------------------ 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 context/context.jsonc diff --git a/context/context.json b/context/context.json index 3d7c0c3..b628924 100644 --- a/context/context.json +++ b/context/context.json @@ -4,7 +4,7 @@ "default": { "privacyUrl": "https://publications.europa.eu/en/web/about-us/legal-notices/eu-mobile-apps", "context": { - "url": "https://dgca-issuance-web.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/context", + "url": "https://issuance-dgca-test.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/context", "pubKeys": [ "lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=", "r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=" @@ -12,7 +12,7 @@ }, "endpoints": { "claim": { - "url": "https://dgca-issuance-web.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/dgci/wallet/claim", + "url": "https://issuance-dgca-test.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/dgci/wallet/claim", "pubKeys": [ "lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=", "r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=" diff --git a/context/context.jsonc b/context/context.jsonc deleted file mode 100644 index 40e68fa..0000000 --- a/context/context.jsonc +++ /dev/null @@ -1,30 +0,0 @@ -{ - // Origin in ISO alpha 2 code: - "origin": "DE", - "versions": { - "default": { - // catch-all for normal versions - "privacyUrl": "https://publications.europa.eu/en/web/about-us/legal-notices/eu-mobile-apps", - "context": { - "url": "https://dgca-issuance-web.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/context", - "pubKeys": [ - "lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=", - "r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=" - ] - }, - "endpoints": { - "claim": { - "url": "https://dgca-issuance-web.cfapps.eu10.hana.ondemand.com/dgca-issuance-service/dgci/wallet/claim", - "pubKeys": [ - "lKdU1EbQubxyDDm2q3N8KclZ2C94Num3xXjG0pk+3eI=", - "r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=" - ] - } - } - }, - "0.1.0": { - // Example for a version that is insecure and shouldn't start. - "outdated": true - } - } -}