Skip to content

Commit 8ade1e4

Browse files
committed
back to internal access
1 parent 8577152 commit 8ade1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
27432743
"CLICKHOUSE_HTTP_PORT": "8123",
27442744
"DEFAULT_BROKERS": ""
27452745
if "snuba" in settings.SENTRY_EVENTSTREAM
2746-
else "{containers[kafka][name]}:9092",
2746+
else "{containers[kafka][name]}:9093",
27472747
"REDIS_HOST": "{containers[redis][name]}",
27482748
"REDIS_PORT": "6379",
27492749
"REDIS_DB": "1",

0 commit comments

Comments
 (0)