Add support for custom collectors and bouncers

This commit is contained in:
Arturo Filastò 2018-09-21 18:54:44 +02:00
commit 0d21186492
6 changed files with 23 additions and 5 deletions

View file

@ -119,8 +119,10 @@ type Sharing struct {
// Advanced settings
type Advanced struct {
UseDomainFronting bool `json:"use_domain_fronting"`
SendCrashReports bool `json:"send_crash_reports"`
UseDomainFronting bool `json:"use_domain_fronting"`
SendCrashReports bool `json:"send_crash_reports"`
CollectorURL string `json:"collector_url"`
BouncerURL string `json:"bouncer_url"`
}
// AutomatedTesting settings