mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
This comment has unprofessional tone and does not serve any purpose. Since this is copied to every onpremise installation and I keep copying this code to public issue comments, it's better removed.
14 lines
317 B
YAML
14 lines
317 B
YAML
relay:
|
|
upstream: "http://web:9000/"
|
|
host: 0.0.0.0
|
|
port: 3000
|
|
logging:
|
|
level: WARN
|
|
processing:
|
|
enabled: true
|
|
kafka_config:
|
|
- {name: "bootstrap.servers", value: "kafka:9092"}
|
|
- {name: "message.max.bytes", value: 50000000} # 50MB
|
|
redis: redis://redis:6379
|
|
geoip_path: "/geoip/GeoLite2-City.mmdb"
|