73213bc51f
This patch adds `INTERNAL_IPS` definition to `sentry.conf.py` by sniffing the network from eth0 and relies on this for trusted Relays instead of the ALLOWLISTED PKs. This removes the necessity of syncing Relay PKs to `sentry.conf.py`. This PR needs getsentry/sentry#19798 to work.
13 lines
281 B
YAML
13 lines
281 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 or bust
|
|
redis: redis://redis:6379
|