mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +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,
|
||||
'local_agent': {
|
||||
'reporting_host': '172.18.0.1',
|
||||
'reporting_host': jaeger_host,
|
||||
},
|
||||
}
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue