add notification service to config.json
This commit is contained in:
parent
a8ee89fbc4
commit
62970ebd35
|
@ -18,6 +18,10 @@
|
||||||
"scope": "openid profile email address phone dmp_web",
|
"scope": "openid profile email address phone dmp_web",
|
||||||
"clientSecret": null,
|
"clientSecret": null,
|
||||||
"grantType": "code"
|
"grantType": "code"
|
||||||
|
},
|
||||||
|
"notification_service": {
|
||||||
|
"enabled": true,
|
||||||
|
"address": "http://localhost:8086/api/"
|
||||||
},
|
},
|
||||||
"zenodoConfiguration": {
|
"zenodoConfiguration": {
|
||||||
"clientId": "",
|
"clientId": "",
|
||||||
|
|
Loading…
Reference in New Issue