hobo-agent: AGENT_HOST_PATTERNS set to None (#63676)

This commit is contained in:
Emmanuel Cazenave 2022-04-07 15:51:33 +02:00
parent fc0765a74d
commit b740bfd58f
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
BROKER_URL = 'amqp://'
AGENT_HOST_PATTERNS = {
{% for appkey, app in apps.items() %}
"{{appkey}}": ["{{app['host_pattern']}}"],
{% endfor %}
}
AGENT_HOST_PATTERNS = None
{% for appkey, app in apps.items() %}
{% if appkey == 'wcs' %}