mirror of https://github.com/jumpserver/jumpserver
fix: 修改配置 RECEPTOR_ENABLED=False 默认
parent
31c5d9e717
commit
6f89fa245c
|
@ -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