no message
This commit is contained in:
parent
674ce60a29
commit
cdd753a5d8
|
@ -3,7 +3,6 @@ transformer:
|
||||||
- url: http://dev04.local.cite.gr:55330/file/docx
|
- url: http://dev04.local.cite.gr:55330/file/docx
|
||||||
transformerId: docx-file-transformer
|
transformerId: docx-file-transformer
|
||||||
codes: [ docx, pdf ]
|
codes: [ docx, pdf ]
|
||||||
available-exports: [ docx, pdf ]
|
|
||||||
issuer-url: ${IDP_ISSUER_URI_TOKEN:}
|
issuer-url: ${IDP_ISSUER_URI_TOKEN:}
|
||||||
client-id: ${IDP_APIKEY_CLIENT_ID:}
|
client-id: ${IDP_APIKEY_CLIENT_ID:}
|
||||||
client-secret: ${IDP_APIKEY_CLIENT_SECRET:}
|
client-secret: ${IDP_APIKEY_CLIENT_SECRET:}
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
"defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5",
|
"defaultBlueprintId": "86635178-36a6-484f-9057-a934e4eeecd5",
|
||||||
"keycloak": {
|
"keycloak": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"address": "http://dev03.local.cite.gr:60201",
|
"address": null,
|
||||||
"realm": "dmp-development",
|
"realm": null,
|
||||||
"flow": "standard",
|
"flow": "standard",
|
||||||
"clientId": "dmp_webapp",
|
"clientId": null,
|
||||||
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
|
"silentCheckSsoRedirectUri": "http://localhost:4200/assets/silent-check-sso.html",
|
||||||
"scope": "openid profile email address phone dmp_web dmp_notification identity_provider",
|
"scope": "openid profile email address phone dmp_web dmp_notification identity_provider",
|
||||||
"clientSecret": null,
|
"clientSecret": null,
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
"inAppNotificationsCountInterval": "30",
|
"inAppNotificationsCountInterval": "30",
|
||||||
"notification_service": {
|
"notification_service": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"address": "http://dev04.local.cite.gr:55330/api/notification/"
|
"address": "http://localhost:8086/api/"
|
||||||
},
|
},
|
||||||
"annotation_service": {
|
"annotation_service": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"address": "http://dev04.local.cite.gr:55330/api/annotation/"
|
"address": "http://localhost:8087/api/"
|
||||||
},
|
},
|
||||||
"zenodoConfiguration": {
|
"zenodoConfiguration": {
|
||||||
"clientId": "",
|
"clientId": "",
|
||||||
|
|
Loading…
Reference in New Issue