We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c062d7 commit 58acfadCopy full SHA for 58acfad
mysql-data/backup.sql
@@ -69,7 +69,7 @@ CREATE TABLE `service` (
69
70
LOCK TABLES `service` WRITE;
71
/*!40000 ALTER TABLE `service` DISABLE KEYS */;
72
-INSERT INTO `service` VALUES ('packet-delivery-service','default','{\"default\":[{\"credentialType\":\"VerifiableCredential\",\"trustedLists\":[{\"type\":\"TRUSTED_ISSUERS\",\"listType\":\"EBSI\",\"endpoint\":\"https://til-pdc.gaia-x.fiware.dev\"}],\"verifyHolder\":false,\"holderClaim\":\"subject\"}]}');
+INSERT INTO `service` VALUES ('vet','default','{\"default\":[{\"credentialType\":\"VerifiableCredential\",\"trustedLists\":[{\"type\":\"TRUSTED_ISSUERS\",\"listType\":\"EBSI\",\"endpoint\":\"http://trusted-issuers-list:8080\"}],\"verifyHolder\":false,\"holderClaim\":\"subject\"}]}');
73
/*!40000 ALTER TABLE `service` ENABLE KEYS */;
74
UNLOCK TABLES;
75
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
0 commit comments