somratpro commited on
Commit
38b8274
·
1 Parent(s): bff801f

chore: disable cloudflare proxy debug logging by default in start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -78,7 +78,7 @@ export CLOUDFLARE_WORKERS_TOKEN
78
  CF_PROXY_ENV_FILE="/tmp/hugging8n-cloudflare-proxy.env"
79
  if [ -n "${CLOUDFLARE_WORKERS_TOKEN:-}" ] || [ -n "${CLOUDFLARE_PROXY_URL:-}" ]; then
80
  export CLOUDFLARE_PROXY_DOMAINS="${CLOUDFLARE_PROXY_DOMAINS:-*}"
81
- export CLOUDFLARE_PROXY_DEBUG="${CLOUDFLARE_PROXY_DEBUG:-true}"
82
  echo "☁️ Preparing Cloudflare outbound proxy..."
83
  python3 "$APP_DIR/cloudflare-proxy-setup.py" || true
84
  if [ -f "$CF_PROXY_ENV_FILE" ]; then
 
78
  CF_PROXY_ENV_FILE="/tmp/hugging8n-cloudflare-proxy.env"
79
  if [ -n "${CLOUDFLARE_WORKERS_TOKEN:-}" ] || [ -n "${CLOUDFLARE_PROXY_URL:-}" ]; then
80
  export CLOUDFLARE_PROXY_DOMAINS="${CLOUDFLARE_PROXY_DOMAINS:-*}"
81
+ export CLOUDFLARE_PROXY_DEBUG="${CLOUDFLARE_PROXY_DEBUG:-false}"
82
  echo "☁️ Preparing Cloudflare outbound proxy..."
83
  python3 "$APP_DIR/cloudflare-proxy-setup.py" || true
84
  if [ -f "$CF_PROXY_ENV_FILE" ]; then