Unverified Commit 5b96c962 authored by AMIT KUMAR's avatar AMIT KUMAR Committed by GitHub
Browse files

Nic provider change (#2848)

* Issue #SB-23899 feat:Added env related to nic provider
Showing with 8 additions and 2 deletions
+8 -2
......@@ -543,4 +543,4 @@ sunbird_android_keycloak_client_id: android
sunbird_desktop_keycloak_client_id: desktop
sunbird_google_desktop_keycloak_client_id: google-auth-desktop
sunbird_trampoline_android_keycloak_client_id: trampoline-android
sunbird_trampoline_desktop_keycloak_client_id: trampoline-desktop
sunbird_trampoline_desktop_keycloak_client_id: trampoline-desktop
\ No newline at end of file
......@@ -128,4 +128,10 @@ 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_sso_lb_ip={{keycloak_url}}
\ No newline at end of file
sunbird_sso_lb_ip={{keycloak_url}}
nic_sms_gateway_provider_senderid={{nic_sms_gateway_provider_senderid | default("")}}
nic_sms_gateway_provider_username={{nic_sms_gateway_provider_username | default("")}}
nic_sms_gateway_provider_password={{nic_sms_gateway_provider_password | default("")}}
dlt_entity_id={{dlt_entity_id | default("")}}
nic_sms_gateway_provider_base_url={{nic_sms_gateway_provider_base_url | default('https://smsgw.sms.gov.in/failsafe/HttpLink')}}
sms_gateway_provider={{sms_gateway_provider | default('91SMS')}}
\ No newline at end of file
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