aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'aai-resources/src/main/resources/application.properties')
-rw-r--r--aai-resources/src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties
index 0389406..3f0e625 100644
--- a/aai-resources/src/main/resources/application.properties
+++ b/aai-resources/src/main/resources/application.properties
@@ -36,9 +36,9 @@ 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=aai-resources/src/main/resources/
-server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties
-server.certs.location=${server.local.startpath}etc/auth/
+server.local.startpath=src/main/resources
+server.basic.auth.location=${server.local.startpath}/etc/auth/realm.properties
+server.certs.location=${server.local.startpath}/etc/auth/
#server.keystore.name=keystore.jks
server.keystore.name=aai_keystore
server.truststore.name=aai_keystore