feat: anonymous telemetry
anonymous in this case meaning we can't trace it back to a particular user THIS IS UNTESTED AND HEAVILY WORK IN PROGRESS.
This commit is contained in:
+3
-2
@@ -19,8 +19,9 @@ var (
|
||||
DISCORD_CLIENT_SECRET = os.Getenv("DISCORD_CLIENT_SECRET")
|
||||
DISCORD_REDIRECT_URI = os.Getenv("DISCORD_REDIRECT_URI")
|
||||
|
||||
PEPPER_SETTINGS = os.Getenv("PEPPER_SETTINGS")
|
||||
PEPPER_SECRETS = os.Getenv("PEPPER_SECRETS")
|
||||
PEPPER_SETTINGS = os.Getenv("PEPPER_SETTINGS")
|
||||
PEPPER_SECRETS = os.Getenv("PEPPER_SECRETS")
|
||||
PEPPER_TELEMETRY = os.Getenv("PEPPER_TELEMETRY")
|
||||
|
||||
SIZE_LIMIT int // initialised in main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user