From db058178d1a34a9573abc9b81523d1300ead16d2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 12 Dec 2023 13:23:10 +0100 Subject: [PATCH] change names of organizations --- examples/organizations.csv | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/organizations.csv b/examples/organizations.csv index af74c61..2f447ef 100644 --- a/examples/organizations.csv +++ b/examples/organizations.csv @@ -1,6 +1,5 @@ -"ExO";"https://verify.exo.cat" -"Somos Connexión";"https://verify.somosconexion.coop" -"test1";"https://idhub1.demo.pangea.org/oidc4vp/" -"test2";"https://idhub2.demo.pangea.org/oidc4vp/" -"test3";"http://localhost:9000/oidc4vp/" -"test4";"http://localhost:8000/oidc4vp/" +"pangea.org";"https://idhub1.demo.pangea.org/oidc4vp/" +"somconnexio.coop";"https://idhub2.demo.pangea.org/oidc4vp/" +"exo.cat";"https://verify.exo.cat" +"local 9000";"http://localhost:9000/oidc4vp/" +"local 8000";"http://localhost:8000/oidc4vp/"