1
0

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
+1 -1
View File
@@ -487,7 +487,7 @@ class HomeServer(object):
},
'logging': True,
'local_agent': {
'reporting_host': '172.18.0.1',
'reporting_host': jaeger_host,
},
}
else: