diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-11-21 13:44:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-21 13:44:42 +0000 |
commit | 4f0f4c30e825a08385868d24591f45a3a012193f (patch) | |
tree | cfba83ad7c66d2f88b229ca0dae29e24a54db6d6 /kubernetes | |
parent | 9cb39409675ea76b9e8ee017b54f8dc171209fec (diff) | |
parent | 36cede6d667c70712c78a5b9ad8a8d20e0441904 (diff) |
Merge "error when trying to archive\restore"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/sdc/resources/config/environments/AUTO.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/sdc/resources/config/environments/AUTO.json b/kubernetes/sdc/resources/config/environments/AUTO.json index 67e237a51f..46c58eff19 100755 --- a/kubernetes/sdc/resources/config/environments/AUTO.json +++ b/kubernetes/sdc/resources/config/environments/AUTO.json @@ -82,7 +82,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-", |