summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application-test.properties
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-19 10:45:03 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-22 11:02:39 +0200
commit7119a1fef48ae1307baae1bace228fb6709bcc30 (patch)
tree83728685bfe78b1545c546eb2cdedceeeeb76673 /src/test/resources/application-test.properties
parent4b4a713c0b5802172c3fb7ce8b3a6a1efcead057 (diff)
Update aai-common to 1.14.2 in graphadmin
- contains janusgraph update 0.3.3 -> 0.4.0, tinkerpop 3.3.11 -> 3.4.0 Issue-ID: AAI-3889 Change-Id: Iffad56f3dc4ef1c28e89d0c4a3cc351594ff60f9 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/test/resources/application-test.properties')
-rw-r--r--src/test/resources/application-test.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties
index 26d4197..d5b47d2 100644
--- a/src/test/resources/application-test.properties
+++ b/src/test/resources/application-test.properties
@@ -27,8 +27,8 @@ server.tomcat.max-idle-time=60000
# If you get an application startup failure that the port is already taken
# If thats not it, please check if the key-store file path makes sense
-server.local.startpath=src/main/resources/
-server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties
+server.local.startpath=src/main/resources
+server.basic.auth.location=${server.local.startpath}/etc/auth/realm.properties
server.port=8449
security.require-ssl=false