Skip to content

Commit

Permalink
chore: remove leftover globals (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Aug 30, 2023
1 parent e6c1b13 commit f889d91
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions housewatch/clickhouse/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
import json


ch_host = os.getenv("CLICKHOUSE_HOST", "localhost")
ch_verify = os.getenv("CLICKHOUSE_VERIFY", "true").lower() not in ("false", "0")
ch_ca = os.getenv("CLICKHOUSE_CA", None)
ch_secure = os.getenv("CLICKHOUSE_SECURE", "true").lower() not in ("false", "0")

pool = ChPool(
host=settings.CLICKHOUSE_HOST,
database=settings.CLICKHOUSE_DATABASE,
Expand Down

0 comments on commit f889d91

Please sign in to comment.