mirror of https://github.com/jumpserver/jumpserver
fix: 修改配置 RECEPTOR_ENABLED=False 默认
parent
25e21b185f
commit
c9858b5a84
|
@ -617,7 +617,7 @@ class Config(dict):
|
|||
'TICKET_APPLY_ASSET_SCOPE': 'all',
|
||||
|
||||
# Ansible Receptor
|
||||
'RECEPTOR_ENABLED': True,
|
||||
'RECEPTOR_ENABLED': False,
|
||||
'ANSIBLE_RECEPTOR_GATEWAY_PROXY_HOST': 'jms_celery',
|
||||
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'receptor:7521'
|
||||
|
||||
|
|
Loading…
Reference in New Issue