mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-04 21:57:40 +03: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…
Add table
Add a link
Reference in a new issue