fix: 修改配置 RECEPTOR_ENABLED=False 默认

This commit is contained in:
Bai 2024-04-23 16:27:44 +08:00 committed by Bryan
parent 25e21b185f
commit c9858b5a84

View File

@ -617,7 +617,7 @@ class Config(dict):
'TICKET_APPLY_ASSET_SCOPE': 'all', 'TICKET_APPLY_ASSET_SCOPE': 'all',
# Ansible Receptor # Ansible Receptor
'RECEPTOR_ENABLED': True, 'RECEPTOR_ENABLED': False,
'ANSIBLE_RECEPTOR_GATEWAY_PROXY_HOST': 'jms_celery', 'ANSIBLE_RECEPTOR_GATEWAY_PROXY_HOST': 'jms_celery',
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'receptor:7521' 'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'receptor:7521'