Skip to content

Commit

Permalink
Update clickhouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 2, 2024
1 parent 677ab00 commit 1f356e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oonipipeline/src/oonipipeline/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Settings(BaseSettings):
app_name: str = "OONI Data API"
base_url: str = "https://api.ooni.io"
clickhouse_url: str = "clickhouse://localhost:9090"
clickhouse_url: str = "clickhouse://localhost"
log_level: str = "info"


Expand Down

0 comments on commit 1f356e0

Please sign in to comment.