Skip to content

Commit

Permalink
Merge pull request #3889 from kumarks1122/release-5.4.0-lern
Browse files Browse the repository at this point in the history
LR-606 | Variablizing notification app name
  • Loading branch information
tsprasath authored Sep 19, 2023
2 parents 801876c + 618ac08 commit 8493a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ansible/inventory/env/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,3 +565,6 @@ plugin_upstream_url: "{{ upstream_url }}"
kp_schema_base_path: "{{ upstream_url }}/schemas/local"
# SB-31155 - Moved to the installation public container for now (same place where keycloaka and java artifacts are stored)
h5p_library_path: "https://sunbirdpublic.blob.core.windows.net/installation/h5p-standalone-1.3.4.zip"

# LR-606 - Variablizing notification app name
sunbird_display_name_for_notification: "{{sunbird_app_name}}"
2 changes: 1 addition & 1 deletion ansible/roles/stack-sunbird/templates/userorg-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ form_api_endpoint={{form_api_endpoint | default('/plugin/v1/form/read')}}
learner_in_memory_cache_ttl={{learner_in_memory_cache_ttl | default(600)}}
user_index_alias={{user_index_alias | default('user_alias')}}
org_index_alias={{org_index_alias | default('org_alias')}}
sunbird_installation_display_name_for_sms=DIKSHA
sunbird_installation_display_name_for_sms={{sunbird_display_name_for_notification | default('Sunbird')}}
sunbird_sso_lb_ip={{keycloak_url}}

# Release-5.0.0
Expand Down

0 comments on commit 8493a29

Please sign in to comment.