We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ba45a commit 09fd74bCopy full SHA for 09fd74b
self-hosted/docker-build/run_backend.sh
@@ -37,6 +37,6 @@ exec ./convex-local-backend "$@" \
37
--convex-site "$CONVEX_SITE_ORIGIN" \
38
--beacon-tag "self-hosted-docker" \
39
${DISABLE_BEACON:+--disable-beacon} \
40
- "${REDACT_LOGS_TO_CLIENT:+--redact-logs-to-client}" \
+ ${REDACT_LOGS_TO_CLIENT:+--redact-logs-to-client} \
41
"${DB_FLAGS[@]}" \
42
"$DB_SPEC"
0 commit comments