mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-25 04:40:02 +01:00
Disable Stripe telemetry
This commit is contained in:
parent
1da4187405
commit
2ac63c4327
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
|
||||||
|
|
||||||
// Stripe things
|
// Stripe things
|
||||||
if stripeSecretKey != "" {
|
if stripeSecretKey != "" {
|
||||||
|
stripe.EnableTelemetry = false // Whoa!
|
||||||
stripe.Key = stripeSecretKey
|
stripe.Key = stripeSecretKey
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue