Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #LR-676 chore: Updated the support email config #3952

Merged
merged 4 commits into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 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
sunbird_sso_lb_ip={{keycloak_url}}

# Release-5.0.0
Expand All @@ -137,4 +137,5 @@ sunbird_userorg_keyspace=sunbird

# Release-7.0.0
user-deletion-roles=public
user-deletion-broadcast-topic={{env_name}}.delete.user
user-deletion-broadcast-topic={{env_name}}.delete.user
sunbird_support_email={{ sunbird_mail_server_from_email }}