1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-21 19:03:26 +01:00

Disable Stripe telemetry

This commit is contained in:
binwiederhier 2023-02-22 15:49:51 -05:00
parent 1da4187405
commit 2ac63c4327

View file

@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
// Stripe things
if stripeSecretKey != "" {
stripe.EnableTelemetry = false // Whoa!
stripe.Key = stripeSecretKey
}