Unverified Commit 2d9eb95c authored by VISHNUDAS's avatar VISHNUDAS Committed by GitHub
Browse files

env changes for project certificate story (#3599)

Showing with 4 additions and 7 deletions
+4 -7
......@@ -81,10 +81,4 @@ ELASTICSEARCH_ENTITIES_INDEX={{ml_core_elasticsearch_user_extension_index_type |
USER_SERVICE_URL={{ml_core_user_service_URL | default("http://learner-service:9000")}}
## portal url of env
APP_PORTAL_BASE_URL={{ proto }}://{{ domain_name }}
# Project certificate enable or disable flag E.g. ON/OFF
PROJECT_CERTIFICATE_ON_OFF={{ml_core_project_certificate_on_off | default("ON")}}
# certificate issuer KID value
CERTIFICATE_ISSUER_KID={{certificate_issuer_kid | default("")}}
\ No newline at end of file
APP_PORTAL_BASE_URL={{ proto }}://{{ domain_name }}
\ No newline at end of file
......@@ -39,3 +39,6 @@ PROJECT_SUBMISSION_TOPIC={{ml_project_submission_topic | default (env_name+".ml.
# Base url of the sunbird enviornment
USER_SERVICE_URL={{ml_project_user_service_URL | default("http://learner-service:9000")}}
# certificate issuer KID value
CERTIFICATE_ISSUER_KID={{certificate_issuer_kid | 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