Skip to content

Commit

Permalink
Merge pull request project-sunbird#788 from rajeevsathish/release-2.3.5
Browse files Browse the repository at this point in the history
Issue #SB-0000 changes for subdomain for account merge
  • Loading branch information
beepdot authored Aug 30, 2019
2 parents d2c9676 + 1cf5ec2 commit a4c8669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ sunbird_user_cert_kafka_topic={{env_name}}.lms.user.account.merge
# Release-2.3.0
sunbird_reset_pass_msg={{sunbird_reset_pass_msg | d('You have requested to reset password. Click on the link to set a password: {0}')}}
sunbird_fuzzy_search_threshold={{sunbird_fuzzy_search_threshold | d('0.5')}}
sunbird_subdomain_keycloak_base_url={{sunbird_subdomain_keycloak_base_url | d('')}}
sunbird_subdomain_keycloak_base_url={{sunbird_subdomain_keycloak_base_url | d('')}}/
#Required by Learner-service to call cert service
sunbird_cert_service_base_url=http://cert-service:9000
3 changes: 3 additions & 0 deletions ansible/roles/stack-sunbird/templates/sunbird_player.env
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ sunbird_trampoline_android_keycloak_client_id={{sunbird_trampoline_android_keycl
sunbird_trampoline_android_keycloak_secret={{sunbird_trampoline_android_keycloak_secret}}
sunbird_android_keycloak_client_id={{sunbird_android_keycloak_client_id}}

#Release-2.3.5

sunbird_portal_merge_auth_server_url={{sunbird_subdomain_keycloak_base_url | d('')}}

0 comments on commit a4c8669

Please sign in to comment.