diff options
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/environments/Template.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index d212d1e98b..d73893960f 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -72,7 +72,8 @@ }, "ONBOARDING_BE": { "http_port": "8081", - "https_port": "8445" + "https_port": "8445", + "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" }, "elasticsearch": { "cluster_name": "SDC-ES-", |