Unverified Commit 88b5dc91 authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Issue #SB-29363 feat: Added env for registry service (#3303)

Showing with 4 additions and 0 deletions
+4 -0
......@@ -40,3 +40,7 @@ rccoreenv:
signature_enabled: {{ signature_enabled|default('true') }}
pdf_url: {{ pdf_url|default('http://certificateapi-service:8078/api/v1/certificatePDF') }}
template_base_url: {{ template_base_url|default('http://registry-service:8081/api/v1/templates/') }}
workflow.enable: {{ registry_workflow_enable|default('false')}}
connectionInfo_maxPoolSize: {{ registry_connectionInfo_maxPoolSize|default('200')}}
auditTaskExecutor_queueCapacity: {{ registry_auditTaskExecutor_queueCapacity|default('100')}}
taskExecutor_index_queueCapacity: {{ registry_taskExecutor_index_queueCapacity|default('100')}}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment