Browse Source

[fix]
增加文案审核三方配置

limeng 4 months ago
parent
commit
6255f34205
1 changed files with 6 additions and 1 deletions
  1. 6 1
      application-webadmin/src/main/resources/application-prod.yml

+ 6 - 1
application-webadmin/src/main/resources/application-prod.yml

@@ -174,12 +174,17 @@ huaweicloud:
     accessKey: C9WI47G4DXXN2EMIL1OO
     secretKey: tfrZ9aw8wjfotUlG6IUCMjtAgzIzErL5qpPPt9AO
     bucketName: v-xiaoyaotravel
+  moderation:
+    accessKey: C9WI47G4DXXN2EMIL1OO
+    secretKey: tfrZ9aw8wjfotUlG6IUCMjtAgzIzErL5qpPPt9AO
+    region: cn-north-4
+    projectId: 23089a903d5041b4a55170556cf8cae1
 
 sa-token:
   # token 名称(同时也是 cookie 名称)
   token-name: Authorization
   # token 有效期(单位:秒) 默认30天,-1 代表永久有效
-  timeout: ${application.sessionExpiredSeconds}
+  timeout: 2592000
   # token 最低活跃频率(单位:秒),如果 token 超过此时间没有访问系统就会被冻结,默认-1 代表不限制,永不冻结
   active-timeout: -1
   # 是否允许同一账号多地同时登录 (为 true 时允许一起登录, 为 false 时新登录挤掉旧登录)