mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	移除 Security 无用的 secret 配置项
This commit is contained in:
		@@ -168,7 +168,6 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta
 | 
			
		||||
yudao:
 | 
			
		||||
  security:
 | 
			
		||||
    token-header: Authorization
 | 
			
		||||
    token-secret: abcdefghijklmnopqrstuvwxyz
 | 
			
		||||
    token-timeout: 1d
 | 
			
		||||
    session-timeout: 30m
 | 
			
		||||
    mock-enable: true
 | 
			
		||||
 
 | 
			
		||||
@@ -180,9 +180,7 @@ yudao:
 | 
			
		||||
    enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试
 | 
			
		||||
  security:
 | 
			
		||||
    token-header: Authorization
 | 
			
		||||
    token-secret: abcdefghijklmnopqrstuvwxyz
 | 
			
		||||
    token-timeout: 1d
 | 
			
		||||
#    session-timeout: 30m
 | 
			
		||||
    session-timeout: 1d
 | 
			
		||||
    mock-enable: true
 | 
			
		||||
    mock-secret: test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user