Commit ac002cf8 authored by amit-tarento's avatar amit-tarento
Browse files

Issue #SB-29124 feat: updated qrtype env

Showing with 2 additions and 2 deletions
+2 -2
......@@ -29,7 +29,7 @@ autoscaling:
certificateapienv:
PORT: "8078"
QR_TYPE: {{ QR_TYPE|default('URL-W3C-VC') }}
QR_TYPE: {{ QR_TYPE|default('URL') }}
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_PUBLIC_KEY: {{CERTIFICATE_PUBLIC_KEY | default("''")}}
CERTIFICATE_PRIVATE_KEY: |-
......
......@@ -29,7 +29,7 @@ autoscaling:
certificatesignenv:
PORT: "8079"
QR_TYPE: {{ QR_TYPE|default('URL-W3C-VC') }}
QR_TYPE: {{ QR_TYPE|default('URL') }}
CERTIFICATE_DOMAIN_URL: "https://{{domain_name}}"
CERTIFICATE_PUBLIC_KEY: {{CERTIFICATE_PUBLIC_KEY | default("''")}}
CERTIFICATE_PRIVATE_KEY: |-
......
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