zhangcl 1 день назад
Родитель
Сommit
af5dae7a53

+ 3 - 0
yudao-server/src/main/resources/application-dev.yaml

@@ -275,6 +275,9 @@ pf4j:
 system:
   url: https://iot.deepoil.cc/
 
+portal:
+  secret: cc99d802-ce5c-5f62-b037-9a00726e7109
+
 oa:
   register: http://172.17.25.231/api/ec/dev/auth/regist
   gettoken: http://172.17.25.231/api/ec/dev/auth/applytoken

+ 3 - 0
yudao-server/src/main/resources/application-local.yaml

@@ -263,6 +263,9 @@ yudao:
     miniprogram-state: developer # 跳转小程序类型:开发版为 “developer”;体验版为 “trial”为;正式版为 “formal”
   tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc
 
+portal:
+  secret: cc99d802-ce5c-5f62-b037-9a00726e7109
+
 justauth:
   enabled: true
   type:

+ 3 - 0
yudao-server/src/main/resources/application-prod.yaml

@@ -273,6 +273,9 @@ pf4j:
 system:
   url: https://aims.deepoil.cc/
 
+portal:
+  secret: cc99d802-ce5c-5f62-b037-9a00726e7109
+
 oa:
   register: https://172.17.25.231/api/ec/dev/auth/regist
   gettoken: https://172.17.25.231/api/ec/dev/auth/applytoken