Bladeren bron

1. 更新配置文件,将uat、sit环境的域名由http 改为 https

wuweihao 4 jaren geleden
bovenliggende
commit
7e290a6169

+ 2 - 2
README.md

@@ -24,14 +24,14 @@
     /root/user/java/tomcat_sh_museum_8100
     
     http://192.168.0.44:8100/doc.html
-    192.1680.44:8100/test/test.html
+    192.168.44:8100/test/test.html
     
     
     web-ui:
     http://192.168.0.44:8100/dist/index.html
     
     外网映射:
-    http://face3d.4dage.com:8100/
+    http://face3d.4dage.com:8100/dist/index.html
     
     部署注意:
     需要配置静态资源路径

+ 1 - 1
museum_application/src/main/resources/application-sit.properties

@@ -57,6 +57,6 @@ output.file.path=/root/user/sh_museum_data/
 server.domain =http://face3d.4dage.com:8100/downfile/
 
 oss.file.path=sh_museum/
-oss.domain=http://shlmuseum.oss-cn-shanghai.aliyuncs.com/
+oss.domain=https://shlmuseum.oss-cn-shanghai.aliyuncs.com/
 
 

+ 1 - 1
museum_application/src/main/resources/application-uat.properties

@@ -57,7 +57,7 @@ output.file.path=/root/user/sh_museum_data/
 server.domain =http://47.101.158.255:8080/downfile/
 
 oss.file.path=sh_museum/
-oss.domain=http://shlmuseum.oss-cn-shanghai.aliyuncs.com/
+oss.domain=https://shlmuseum.oss-cn-shanghai.aliyuncs.com/