mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-26 18:51:50 +00:00
perf: change support email
This commit is contained in:
parent
782401ef86
commit
15a1a58eca
@ -5,8 +5,7 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议
|
||||
如果你发现安全问题,请直接联系我们,我们携手让世界更好:
|
||||
|
||||
- ibuler@fit2cloud.com
|
||||
- support@fit2cloud.com
|
||||
- 400-052-0755
|
||||
- support@lxware.hk
|
||||
|
||||
|
||||
# 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:
|
||||
|
||||
- ibuler@fit2cloud.com
|
||||
- support@fit2cloud.com
|
||||
- 400-052-0755
|
||||
- support@lxware.hk
|
||||
|
||||
|
@ -664,8 +664,8 @@ class Config(dict):
|
||||
'TERMINAL_TELNET_REGEX': '',
|
||||
|
||||
# 导航栏 帮助
|
||||
'HELP_DOCUMENT_URL': 'https://docs.jumpserver.org/zh/v3/',
|
||||
'HELP_SUPPORT_URL': 'https://www.jumpserver.org/support/',
|
||||
'HELP_DOCUMENT_URL': 'https://jumpserver.com/docs',
|
||||
'HELP_SUPPORT_URL': 'https://www.lxware.hk/pages/about',
|
||||
|
||||
'FORGOT_PASSWORD_URL': '',
|
||||
'HEALTH_CHECK_TOKEN': '',
|
||||
|
@ -54,7 +54,7 @@ api_info = openapi.Info(
|
||||
default_version='v1',
|
||||
description="JumpServer Restful api docs",
|
||||
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"),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user