From a3a907e9bbf0906c483dc8cacda03bc9180cd4dd Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 23 Apr 2024 11:20:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20receptor=20?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=80=9A=E4=BF=A1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jumpserver/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jumpserver/conf.py b/apps/jumpserver/conf.py index 1ee650b39..ede8a8035 100644 --- a/apps/jumpserver/conf.py +++ b/apps/jumpserver/conf.py @@ -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' }