Update spring-boot to 2.2
[aai/traversal.git] / aai-traversal / src / main / resources / application.properties
index 6b26c1a..9b374d4 100644 (file)
@@ -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=aai-traversal/src/main/resources/
-server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties
+server.local.startpath=aai-traversal/src/main/resources
+server.basic.auth.location=${server.local.startpath}/etc/auth/realm.properties
 
 server.port=8446
 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
@@ -45,7 +45,7 @@ spring.profiles.active=production,one-way-ssl
 # Switch to keycloak
 #spring.profiles.active=production, keycloak
 ###
-server.certs.location=${server.local.startpath}etc/auth/
+server.certs.location=${server.local.startpath}/etc/auth/
 server.keystore.name.pkcs12=aai_keystore
 server.keystore.name=aai_keystore
 server.truststore.name=aai_keystore