add notification service to config.json

This commit is contained in:
amentis 2023-12-20 18:08:28 +02:00
parent a8ee89fbc4
commit 62970ebd35
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
"clientSecret": null,
"grantType": "code"
},
"notification_service": {
"enabled": true,
"address": "http://localhost:8086/api/"
},
"zenodoConfiguration": {
"clientId": "",
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",