Skip to content

Commit ac55af0

Browse files
committed
release prep
1 parent f2c7a67 commit ac55af0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

adapter/adapter.rest/adapter.rest.v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
<apiSource>
9696
<apiVersion>v2</apiVersion>
97-
<basePath>http://test-ll.know-center.tugraz.at/layers.test</basePath>
97+
<basePath>http://localhost:8080/sss.adapter.rest.v2</basePath>
9898
<!--
9999
localhost:8080/sss.adapter.rest.v2
100100
test-ll.know-center.tugraz.at/layers.test
@@ -110,7 +110,7 @@
110110
<licenseUrl>${project.licenseURI}</licenseUrl>
111111
</apiInfo>
112112

113-
<swaggerUIDocBasePath>http://test-ll.know-center.tugraz.at/layers.test/api-docs</swaggerUIDocBasePath>
113+
<swaggerUIDocBasePath>http://localhost:8080/sss.adapter.rest.v2/api-docs</swaggerUIDocBasePath>
114114
<!--
115115
localhost:8080/sss.adapter.rest.v2/api-docs
116116
test-ll.know-center.tugraz.at/layers.test/api-docs

adapter/adapter.rest/adapter.rest.v2/src/main/java/at/tugraz/sss/adapter/rest/v2/SSRestMainV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public SSRestMainV2() throws Exception{
5757

5858
//sss.adapter.rest.v2.conf
5959
//layers.test
60-
SSAdapterRestConf.instSet (SSFileU.dirCatalinaBase() + SSVocConf.dirNameConf + "layers.test.yaml");
60+
SSAdapterRestConf.instSet (SSFileU.dirCatalinaBase() + SSVocConf.dirNameConf + "sss.adapter.rest.v2.conf.yaml");
6161

6262
conf = SSAdapterRestConf.instGet();
6363

adapter/adapter.rest/adapter.rest.v2/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script type="text/javascript">
2626
$(function () {
2727
window.swaggerUi = new SwaggerUi({
28-
url: "http://test-ll.know-center.tugraz.at/layers.test/api-docs",
28+
url: "http://localhost:8080/sss.adapter.rest.v2/api-docs",
2929
//test-ll.know-center.tugraz.at/layers.test/api-docs
3030
//localhost:8080/sss.adapter.rest.v2/api-docs
3131
dom_id: "swagger-ui-container",

0 commit comments

Comments
 (0)