From 1fa85dacb402624a91adc3491945dbb73c5cbc37 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 25 Nov 2024 16:10:59 +0100 Subject: [PATCH] change port to 80 this way the server is reachable from the ot network --- pdb-ui/src/main/resources/application-prod.properties | 2 +- pdb-ui/src/main/resources/application-testing.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdb-ui/src/main/resources/application-prod.properties b/pdb-ui/src/main/resources/application-prod.properties index 605ca82..5c33406 100644 --- a/pdb-ui/src/main/resources/application-prod.properties +++ b/pdb-ui/src/main/resources/application-prod.properties @@ -1,7 +1,7 @@ #db.base=D:/ws/pdb/dataNew #db.base=D:/ws/pdb2/databases/prod db.base=c:/ws/pdb/databases/prod -server.port=17333 +server.port=80 gnuplot.home=D:/ws/pdb/gnuplot-5.2 cache.images.duration.seconds=86400 defaults.groupBy=pod,method,metric diff --git a/pdb-ui/src/main/resources/application-testing.properties b/pdb-ui/src/main/resources/application-testing.properties index 906c0d4..86e2afd 100644 --- a/pdb-ui/src/main/resources/application-testing.properties +++ b/pdb-ui/src/main/resources/application-testing.properties @@ -1,5 +1,5 @@ db.base=c:/ws/pdb/databases/test -server.port=17333 +server.port=80 gnuplot.home=D:/ws/pdb/gnuplot-5.2 cache.images.duration.seconds=86400 defaults.groupBy=pod,method,metric