From 62970ebd359a6de92cd7d4063c721042e9f00f0f Mon Sep 17 00:00:00 2001 From: amentis Date: Wed, 20 Dec 2023 18:08:28 +0200 Subject: [PATCH] add notification service to config.json --- dmp-frontend/src/assets/config/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dmp-frontend/src/assets/config/config.json b/dmp-frontend/src/assets/config/config.json index 3bb2cfbb0..5f6f4c949 100644 --- a/dmp-frontend/src/assets/config/config.json +++ b/dmp-frontend/src/assets/config/config.json @@ -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",