mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Improvements from PR review
This commit is contained in:
parent
3a1081ddee
commit
92ed6f5cc9
@ -26,7 +26,7 @@ CLICKHOUSE_PORT_HTTP = os.environ.get('CLICKHOUSE_PORT_HTTP', '8123')
|
|||||||
# accessible from clickhouse server.
|
# accessible from clickhouse server.
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
# IP-address of this host accessible from outside world.
|
# IP-address of this host accessible from the outside world. Get the first one
|
||||||
HTTP_SERVER_HOST = subprocess.check_output(['hostname', '-i']).decode('utf-8').strip().split()[0]
|
HTTP_SERVER_HOST = subprocess.check_output(['hostname', '-i']).decode('utf-8').strip().split()[0]
|
||||||
HTTP_SERVER_PORT = get_local_port(HTTP_SERVER_HOST)
|
HTTP_SERVER_PORT = get_local_port(HTTP_SERVER_HOST)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ CLICKHOUSE_PORT_HTTP = os.environ.get('CLICKHOUSE_PORT_HTTP', '8123')
|
|||||||
# accessible from clickhouse server.
|
# accessible from clickhouse server.
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
# IP-address of this host accessible from outside world. Get the first one
|
# IP-address of this host accessible from the outside world. Get the first one
|
||||||
HTTP_SERVER_HOST = subprocess.check_output(['hostname', '-i']).decode('utf-8').strip().split()[0]
|
HTTP_SERVER_HOST = subprocess.check_output(['hostname', '-i']).decode('utf-8').strip().split()[0]
|
||||||
HTTP_SERVER_PORT = get_local_port(HTTP_SERVER_HOST)
|
HTTP_SERVER_PORT = get_local_port(HTTP_SERVER_HOST)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user