Browse Source

revert: these 2 settings (#11906)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
crazywoola 10 months ago
parent
commit
f53741c5b9
No account linked to committer's email address
2 changed files with 0 additions and 5 deletions
  1. 0
    3
      docker/.env.example
  2. 0
    2
      docker/docker-compose.yaml

+ 0
- 3
docker/.env.example View File

@@ -923,6 +923,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=

+ 0
- 2
docker/docker-compose.yaml 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

Loading…
Cancel
Save