Skip to content

Commit acd05eb

Browse files
committed
Change default to localhost
1 parent e9ce81f commit acd05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/model/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
CLICKHOUSE_PASSWORD = os.environ.get('CLICKHOUSE_PASSWORD', '')
2828
CLICKHOUSE_SERVICE_HOSTNAME = os.environ.get(
2929
'CLICKHOUSE_SERVICE_HOSTNAME',
30-
'seqr-clickhouse',
30+
'localhost',
3131
)
3232
CLICKHOUSE_SERVICE_PORT = int(os.environ.get('CLICKHOUSE_SERVICE_PORT', '9000'))
3333
CLICKHOUSE_USER = os.environ.get('CLICKHOUSE_USER', 'clickhouse')

0 commit comments

Comments
 (0)