You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ToolJet does not store any data fetched from the datasources. ToolJet acts as a proxy and the data from datasources is sent to the client application without storing.
9
+
:::
10
+
11
+
## Server
12
+
13
+
:::tip
14
+
Self-hosted version of ToolJet pings our server to fetch latest product updates every 24 hours. You can disable this by setting the value of `CHECK_FOR_UPDATES` environment variable to `0`. This feature is enabled by default.
15
+
:::
16
+
17
+
## Client
18
+
19
+
ToolJet tracks anonymous usage data such as page loads and clicks. ToolJet tracks only the events and doesn't capture data from datasources.
20
+
21
+
Tracking can be disabled by setting the value environment variable `ENABLE_TRACKING` to `0`.
0 commit comments