hongbo-miao/hongbomiao.com

View on GitHub
api-python/flaskr/config.py

Summary

Maintainability
A
0 mins
Test Coverage
import os

KAFKA_BOOTSTRAP_SERVERS = os.getenv("KAFKA_BOOTSTRAP_SERVERS", "localhost:9092")
SENTRY_DSN = (
    "https://a6fe08e6f20f4eb7929b85a513c39dfa@o379185.ingest.sentry.io/4504195631480832"
)