fix(umami): Disable telemetry
This commit is contained in:
@@ -96,9 +96,9 @@ umami:
|
||||
# -- Disables the login page for the application
|
||||
disableLogin: "1"
|
||||
# -- Umami collects completely anonymous telemetry data in order help improve the application. You can choose to disable this if you don't want to participate.
|
||||
disableTelemetry: "1"
|
||||
disableTelemetry: "0"
|
||||
# -- Disables the check for new versions of Umami
|
||||
disableUpdates: "1"
|
||||
disableUpdates: "0"
|
||||
# -- Enables the internal test page, {host}/console. Admin access is required. Users can manually fire pageviews and events to their websites.
|
||||
enableTestConsole: "1"
|
||||
# -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.
|
||||
|
||||
Reference in New Issue
Block a user