We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ce81f commit acd05ebCopy full SHA for acd05eb
v03_pipeline/lib/model/environment.py
@@ -27,7 +27,7 @@
27
CLICKHOUSE_PASSWORD = os.environ.get('CLICKHOUSE_PASSWORD', '')
28
CLICKHOUSE_SERVICE_HOSTNAME = os.environ.get(
29
'CLICKHOUSE_SERVICE_HOSTNAME',
30
- 'seqr-clickhouse',
+ 'localhost',
31
)
32
CLICKHOUSE_SERVICE_PORT = int(os.environ.get('CLICKHOUSE_SERVICE_PORT', '9000'))
33
CLICKHOUSE_USER = os.environ.get('CLICKHOUSE_USER', 'clickhouse')
0 commit comments