Skip to content

Commit 6a236d2

Browse files
authored
Merge branch 'dev-1.1.2' into master
2 parents ad80762 + 5bbc7dd commit 6a236d2

File tree

7 files changed

+1307
-927
lines changed

7 files changed

+1307
-927
lines changed

dss-apps/dss-apiservice-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>org.postgresql</groupId>
145145
<artifactId>postgresql</artifactId>
146-
<version>42.3.3</version>
146+
<version>42.3.8</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.apache.linkis</groupId>

dss-apps/dss-scriptis-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.postgresql</groupId>
143143
<artifactId>postgresql</artifactId>
144-
<version>42.3.3</version>
144+
<version>42.3.8</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.apache.linkis</groupId>

web/packages/dss/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VUE_APP_HOST=
2-
VUE_APP_MN_CONFIG_PREFIX=
1+
VUE_APP_HOST=http://114.116.102.50:9001
2+
VUE_APP_MN_CONFIG_PREFIX=http://114.116.102.50:9001/api/rest_j/v1
33
VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
4-
NODE_ENV=production
4+
NODE_ENV=production

0 commit comments

Comments
 (0)