Unverified Commit 76fa06c5 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3242 from amit-tarento/SB-29076

Issue #SB-29076 feat: changed the QR type env
Showing with 1 addition and 1 deletion
+1 -1
...@@ -29,7 +29,7 @@ autoscaling: ...@@ -29,7 +29,7 @@ autoscaling:
certificatesignenv: certificatesignenv:
PORT: '"8079"' PORT: '"8079"'
QR_TYPE: {{ QR_TYPE|default('W3C-VC') }} QR_TYPE: {{ QR_TYPE|default('URL-W3C-VC') }}
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}" CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_PUBLIC_KEY: "{{ CERTIFICATE_PUBLIC_KEY|default("''")}}" CERTIFICATE_PUBLIC_KEY: "{{ CERTIFICATE_PUBLIC_KEY|default("''")}}"
CERTIFICATE_PRIVATE_KEY: "{{ CERTIFICATE_PRIVATE_KEY|default("''")}}" CERTIFICATE_PRIVATE_KEY: "{{ CERTIFICATE_PRIVATE_KEY|default("''")}}"
......
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