Adding annotation service config entry on config.json

This commit is contained in:
Thomas Georgios Giannos 2024-02-22 12:21:54 +02:00
parent 9982f89767
commit add1bb582f
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
"enabled": true,
"address": "http://localhost:8086/api/"
},
"annotation_service": {
"enabled": true,
"address": "http://localhost:8087/api/"
},
"zenodoConfiguration": {
"clientId": "",
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",