From 0eefb0614ed8b68aed8f734556d96386c62ee724 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Fri, 3 May 2019 12:06:48 +0200 Subject: [PATCH] Fix on variables --- .../environment/variables.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SOL002/VNFPerformanceManagement-API/environment/variables.txt b/SOL002/VNFPerformanceManagement-API/environment/variables.txt index 684db760..1dc3cec2 100644 --- a/SOL002/VNFPerformanceManagement-API/environment/variables.txt +++ b/SOL002/VNFPerformanceManagement-API/environment/variables.txt @@ -14,4 +14,11 @@ ${NEG_AUTHORIZATION} Bearer negativetoken ${FIELD_USAGE} 1 ${AUTHORIZATION} Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 ${AUTH_USAGE} 1 -${VNFM_DUPLICATION} 1 \ No newline at end of file +${VNFM_DUPLICATION} 1 +${VNFM_CHECKS_NOTIF_ENDPOINT} 1 +${callback_uri} http://localhost +${callback_port} 9091 +${callback_endpoint} /endpoint +${callback_endpoint_error} /endpoint_404 +${sleep_interval} 20s +${MOCK_SERVER_JAR} ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar \ No newline at end of file -- GitLab