de-hardcode IP for jaeger

This commit is contained in:
Matthew Hodgson 2018-11-27 18:00:42 -08:00 committed by Brendan Abolivier
parent 42f555393a
commit 32df91cbcb

View file

@ -487,7 +487,7 @@ class HomeServer(object):
},
'logging': True,
'local_agent': {
'reporting_host': '172.18.0.1',
'reporting_host': jaeger_host,
},
}
else: