chore: disable cloudflare proxy debug logging by default in start.sh
Browse files
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:-
|
| 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
|