diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-01-22 17:11:02 -0500 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-01-23 17:12:56 -0500 |
commit | 47fe584b69f0631aa151c7e6a28378d5b712006c (patch) | |
tree | b4dfbadd8c09c809573e21f3978515138e35af5b /aai-schema-service/src/test/resources/application-test.properties | |
parent | 2e6edbd56d6644d84fe24b061be06b952ceb773a (diff) |
Add the queries endpoint and files
related to the queries endpoint
Issue-ID: AAI-1864
Change-Id: I50054dbaa5b069f0cdbe5b0dc0ce8c06a189589a
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
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 |