feat: 修改 receptor 容器通信地址

This commit is contained in:
Aaron3S
2024-04-23 11:08:55 +08:00
committed by Bryan
parent 95f29a584e
commit 720231f692

View File

@@ -619,7 +619,7 @@ class Config(dict):
# Ansible Receptor
'ANSIBLE_RECEPTOR_ENABLED': True,
'ANSIBLE_RECEPTOR_GATEWAY_PROXY_HOST': 'jms_celery',
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'jms_receptor:7521'
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'receptor:7521'
}