Compare commits

...

2 Commits

Author SHA1 Message Date
crazywoola
f101956d0f fix: remove proxy 2024-12-20 18:33:45 +08:00
crazywoola
5c5221f2cc revert: these 2 settings 2024-12-20 17:53:33 +08:00
2 changed files with 0 additions and 6 deletions

View File

@@ -922,7 +922,3 @@ CREATE_TIDB_SERVICE_JOB_ENABLED=false
# Maximum number of submitted thread count in a ThreadPool for parallel node execution
MAX_SUBMIT_COUNT=100
# Proxy
HTTP_PROXY=
HTTPS_PROXY=

View File

@@ -386,8 +386,6 @@ x-shared-env: &shared-api-worker-env
CSP_WHITELIST: ${CSP_WHITELIST:-}
CREATE_TIDB_SERVICE_JOB_ENABLED: ${CREATE_TIDB_SERVICE_JOB_ENABLED:-false}
MAX_SUBMIT_COUNT: ${MAX_SUBMIT_COUNT:-100}
HTTP_PROXY: ${HTTP_PROXY:-}
HTTPS_PROXY: ${HTTPS_PROXY:-}
services:
# API service