Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
2d9eb95c
Unverified
Commit
2d9eb95c
authored
2 years ago
by
VISHNUDAS
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
env changes for project certificate story (#3599)
parent
f436573f
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
prasath-release-5.1.0
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/stack-sunbird/templates/ml-core-service.env
+1
-7
ansible/roles/stack-sunbird/templates/ml-core-service.env
ansible/roles/stack-sunbird/templates/ml-projects-service.env
+3
-0
...ble/roles/stack-sunbird/templates/ml-projects-service.env
with
4 additions
and
7 deletions
+4
-7
ansible/roles/stack-sunbird/templates/ml-core-service.env
+
1
−
7
View file @
2d9eb95c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/ml-projects-service.env
+
3
−
0
View file @
2d9eb95c
...
...
@@ -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("")}}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets