Skip to content
Snippets Groups Projects
Commit 63679ff5 authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

trademark clean up

parent 0a324e2b
No related branches found
No related tags found
No related merge requests found
GAIA-X "Principal Manager",
XFSC "Principal Manager",
is the microservice which handles the issuance of credentials for the GAIA-X
is the microservice which handles the issuance of credentials for the XFSC
Personal Credential Manager.
Copyright 2022 Vereign AG
......
......@@ -24,8 +24,8 @@ async function bootstrap() {
});
const swaggerConfig = new DocumentBuilder()
.setTitle('Gaia-x Principal Manager API')
.setDescription('API documentation for GAIA-X Principal Manager')
.setTitle('XFSC Principal Manager API')
.setDescription('API documentation for XFSC Principal Manager')
.setVersion('1.0')
.build();
......
......@@ -35,8 +35,8 @@
}
},
"info": {
"title": "Gaia-x Principal Manager API",
"description": "API documentation for GAIA-X Principal Manager",
"title": "XFSC Principal Manager API",
"description": "API documentation for XFSC Principal Manager",
"version": "1.0",
"contact": {}
},
......@@ -44,15 +44,8 @@
"servers": [{
"url": "http://localhost:3008/",
"description": "Localhost with docker configuration."
},
{
"url": "https://ocm.gxfs.dev/principal",
"description": "GXFS Environment"
},
{
"url": "https://gaiax.vereign.com/ocm/principal",
"description": "Vereign Environment"
}],
}
],
"components": {
"schemas": {
"MapUserInfoDTO": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment