summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application-test.properties
diff options
context:
space:
mode:
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