Skip to content

Commit

Permalink
Merge branch 'dev-1.1.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
demonray authored Jul 25, 2023
2 parents 00cb31f + c88391a commit 96583be
Show file tree
Hide file tree
Showing 7 changed files with 1,307 additions and 927 deletions.
2 changes: 1 addition & 1 deletion dss-apps/dss-apiservice-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.8</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dss-apps/dss-scriptis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.8</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
Expand Down
6 changes: 3 additions & 3 deletions web/packages/dss/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VUE_APP_HOST=
VUE_APP_MN_CONFIG_PREFIX=
VUE_APP_HOST=http://114.116.102.50:9001
VUE_APP_MN_CONFIG_PREFIX=http://114.116.102.50:9001/api/rest_j/v1
VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
NODE_ENV=production
NODE_ENV=production
Loading

0 comments on commit 96583be

Please sign in to comment.