Custom QR Code design

Sunbird RC support configuring a custom design for the QR code instead of a plain black coloured QR Code

Below are the steps to configure custom designed QR code

  • The below ENV needs to be configured for certificate-api service

ENABLE_CUSTOM_QR_CODE_CANVAS: true

certificate-api:
    image: ghcr.io/sunbird-rc/sunbird-rc-certificate-api:latest
    volumes:
      - ./imports/qr_code_config.json:/app/configs/qr_code_config.json

Last updated