Skip to content

Commit 58acfad

Browse files
committed
Amend vet config
1 parent 0c062d7 commit 58acfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-data/backup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ CREATE TABLE `service` (
6969

7070
LOCK TABLES `service` WRITE;
7171
/*!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\"}]}');
72+
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\"}]}');
7373
/*!40000 ALTER TABLE `service` ENABLE KEYS */;
7474
UNLOCK TABLES;
7575
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

0 commit comments

Comments
 (0)