2
0

feat(relay): Add Relay to onpremise installation (#421)

Co-Authored-By: Burak Yigit Kaya <byk@sentry.io>
This commit is contained in:
Radu Woinaroski
2020-04-24 14:31:59 +02:00
committed by GitHub
parent b2076eaeed
commit e97da7c56f
6 changed files with 111 additions and 2 deletions

13
relay/config.yml Normal file
View File

@ -0,0 +1,13 @@
---
relay:
upstream: "http://web:9000/"
host: 0.0.0.0
port: 3000
#logging:
# # Available logging levels: TRACE, DEBUG, INFO, WARN, ERROR
# level: WARN
processing:
enabled: true
kafka_config:
- {name: "bootstrap.servers", value: "kafka:9092"}
redis: redis://redis:6379