diff options
Diffstat (limited to 'aai-schema-service/src/test/resources/application-test.properties')
-rw-r--r-- | aai-schema-service/src/test/resources/application-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-service/src/test/resources/application-test.properties b/aai-schema-service/src/test/resources/application-test.properties index 2b3bd58..2e0cda1 100644 --- a/aai-schema-service/src/test/resources/application-test.properties +++ b/aai-schema-service/src/test/resources/application-test.properties @@ -14,7 +14,7 @@ jetty.threadPool.minThreads=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-schema-service/src/main/resources/ +server.local.startpath=src/main/resources/ server.basic.auth.location=${server.local.startpath}etc/auth/realm.properties server.port=8452 |