add notification service to config.json
This commit is contained in:
parent
a8ee89fbc4
commit
62970ebd35
|
@ -19,6 +19,10 @@
|
||||||
"clientSecret": null,
|
"clientSecret": null,
|
||||||
"grantType": "code"
|
"grantType": "code"
|
||||||
},
|
},
|
||||||
|
"notification_service": {
|
||||||
|
"enabled": true,
|
||||||
|
"address": "http://localhost:8086/api/"
|
||||||
|
},
|
||||||
"zenodoConfiguration": {
|
"zenodoConfiguration": {
|
||||||
"clientId": "",
|
"clientId": "",
|
||||||
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
|
"oauthUrl": "https://sandbox.zenodo.org/oauth/authorize",
|
||||||
|
|
Loading…
Reference in New Issue