mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
de-hardcode IP for jaeger
This commit is contained in:
parent
42f555393a
commit
32df91cbcb
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class HomeServer(object):
|
||||||
},
|
},
|
||||||
'logging': True,
|
'logging': True,
|
||||||
'local_agent': {
|
'local_agent': {
|
||||||
'reporting_host': '172.18.0.1',
|
'reporting_host': jaeger_host,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue