Skip to content

Commit

Permalink
Merge pull request #6 from harness/PLG-572
Browse files Browse the repository at this point in the history
[GTM-572]: segment config override
  • Loading branch information
guna-harness authored Nov 24, 2021
2 parents d006e22 + 22e9804 commit 2a78e90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/harness/environment/manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ COMMON_POOL_MAX_SIZE=2
GRAPHQL_ENABLED=false
SEARCH_ENABLED=false
SERVER_MAX_THREADS=12
SEGMENT_NG_URL=https://stats.drone.ci/api/v1/
SEGMENT_NG_ENABLED=true
2 changes: 2 additions & 0 deletions docker-compose/harness/environment/ng-manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ PMS_SDK_EXECUTION_POOL_MAX_SIZE=2
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE=1
PMS_SDK_ORCHESTRATION_EVENT_POOL_MAX_SIZE=2
SERVER_MAX_THREADS=16
SEGMENT_URL=https://stats.drone.ci/api/v1/
SEGMENT_ENABLED=true
2 changes: 2 additions & 0 deletions docker-compose/harness/environment/pipeline-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ USE_REDIS_FOR_INTERRUPTS=true
USE_REDIS_FOR_ORCHESTRATION_EVENTS=true
USE_REDIS_FOR_SDK_RESPONSE_EVENTS=true
WEBHOOK_ITERATOR_THREAD_POOL_SIZE=2
SEGMENT_URL=https://stats.drone.ci/api/v1/
SEGMENT_ENABLED=true

0 comments on commit 2a78e90

Please sign in to comment.