mirror of https://github.com/jumpserver/jumpserver
				
				
				
			perf: change support email
							parent
							
								
									782401ef86
								
							
						
					
					
						commit
						15a1a58eca
					
				| 
						 | 
					@ -5,8 +5,7 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议
 | 
				
			||||||
如果你发现安全问题,请直接联系我们,我们携手让世界更好:
 | 
					如果你发现安全问题,请直接联系我们,我们携手让世界更好:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- ibuler@fit2cloud.com
 | 
					- ibuler@fit2cloud.com
 | 
				
			||||||
- support@fit2cloud.com
 | 
					- support@lxware.hk
 | 
				
			||||||
- 400-052-0755
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Security Policy
 | 
					# Security Policy
 | 
				
			||||||
| 
						 | 
					@ -16,6 +15,5 @@ JumpServer is a security product, The installation and development should follow
 | 
				
			||||||
All security bugs should be reported to the contact as below:
 | 
					All security bugs should be reported to the contact as below:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- ibuler@fit2cloud.com
 | 
					- ibuler@fit2cloud.com
 | 
				
			||||||
- support@fit2cloud.com
 | 
					- support@lxware.hk
 | 
				
			||||||
- 400-052-0755
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -664,8 +664,8 @@ class Config(dict):
 | 
				
			||||||
        'TERMINAL_TELNET_REGEX': '',
 | 
					        'TERMINAL_TELNET_REGEX': '',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # 导航栏 帮助
 | 
					        # 导航栏 帮助
 | 
				
			||||||
        'HELP_DOCUMENT_URL': 'https://docs.jumpserver.org/zh/v3/',
 | 
					        'HELP_DOCUMENT_URL': 'https://jumpserver.com/docs',
 | 
				
			||||||
        'HELP_SUPPORT_URL': 'https://www.jumpserver.org/support/',
 | 
					        'HELP_SUPPORT_URL': 'https://www.lxware.hk/pages/about',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        'FORGOT_PASSWORD_URL': '',
 | 
					        'FORGOT_PASSWORD_URL': '',
 | 
				
			||||||
        'HEALTH_CHECK_TOKEN': '',
 | 
					        'HEALTH_CHECK_TOKEN': '',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -54,7 +54,7 @@ api_info = openapi.Info(
 | 
				
			||||||
    default_version='v1',
 | 
					    default_version='v1',
 | 
				
			||||||
    description="JumpServer Restful api docs",
 | 
					    description="JumpServer Restful api docs",
 | 
				
			||||||
    terms_of_service="https://www.jumpserver.org",
 | 
					    terms_of_service="https://www.jumpserver.org",
 | 
				
			||||||
    contact=openapi.Contact(email="support@fit2cloud.com"),
 | 
					    contact=openapi.Contact(email="support@lxware.hk"),
 | 
				
			||||||
    license=openapi.License(name="GPLv3 License"),
 | 
					    license=openapi.License(name="GPLv3 License"),
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue