We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933ae40 commit cc2bcddCopy full SHA for cc2bcdd
self-hosted/README.md
@@ -150,9 +150,8 @@ to redeploy any existing Convex functions to the new database with
150
deployment, set the `REDACT_LOGS_TO_CLIENT` environment variable to `true`.
151
- Self-hosted builds contain a beacon to help Convex understand usage of the
152
product. The information collected is anonymous and minimal, containing a
153
- random identifier plus the versions plus the versions of the backend in use.
154
- You may opt out of the beacon by setting the environment variable
155
- `DISABLE_BEACON` to `true`.
+ random identifier plus the version of the backend in use. You may opt out of
+ the beacon by setting the environment variable `DISABLE_BEACON` to `true`.
156
157
# Deploying your frontend app
158
0 commit comments