From 34d40a50b8dc39e72b3677f607fad1df29c392fd Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Mon, 12 Apr 2021 12:41:42 +0200 Subject: Add possibility to have two mongo dbs and two independent ves-clients during one test run in k8s Fix of failing 5gbulkpm test cases Issue-ID: INT-1815 Signed-off-by: Krzysztof Kuzmicki Change-Id: Ib1d32b58c7e4ac12e8004954cd76af22653f8d04 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fddcec0..ef9d623 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ server.port=5000 templates.dir=/app/templates -spring.data.mongodb.host=mongo +spring.data.mongodb.host=${MONGO_HOSTNAME:mongo} spring.data.mongodb.port=27017 spring.data.mongodb.username=pnf_simulator_user spring.data.mongodb.password=zXcVbN123! -- cgit 1.2.3-korg