diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-04-12 12:41:42 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-04-12 12:41:42 +0200 |
commit | 34d40a50b8dc39e72b3677f607fad1df29c392fd (patch) | |
tree | c939cb2b270a7b3fb853108d2938801cd4803a92 | |
parent | 25afe431bc1dfa132990019f63fbcef486404f2f (diff) |
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 <krzysztof.kuzmicki@nokia.com>
Change-Id: Ib1d32b58c7e4ac12e8004954cd76af22653f8d04
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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! |