Commit d53e10b9 authored by manzarul Haque's avatar manzarul Haque Committed by S M Y
Browse files

Issue #SB-00 fix :chnages for variable (#647)

* Issue #SB-00 fix :changes for variable

* Issue #SB-00 fix: changes for email logo url
Showing with 2 additions and 4 deletions
+2 -4
......@@ -186,7 +186,6 @@ sunbird_sso_publickey: "{{core_vault_sunbird_sso_publickey}}"
sunbird_azure_storage_account: "{{azure_account_name}}"
sunbird_azure_storage_key: "{{core_vault_sunbird_azure_storage_key}}"
sunbird_fcm_account_key: "{{core_vault_sunbird_fcm_account_key}}"
sunbird_env_logo_url: "{{proto}}://{{proxy_server_name}}/common/images/sunbird_logo.png"
sunbird_msg_91_auth: "{{core_vault_msg_91_auth_key}}"
sunbird_telemetry_pdata_id: "{{env}}.sunbird.learning.service"
sunbird_encryption_key: "{{ core_vault_sunbird_encryption_key }}"
......
......@@ -45,7 +45,6 @@ content_limit_memory: 256M
keycloak_auth_server_url: "{{proto}}://{{proxy_server_name}}/auth"
keycloak_realm: sunbird
sunbird_web_url: "{{proto}}://{{proxy_server_name}}"
sunbird_env_logo_url: http://www.paramountias.com/media/images/current-affairs/diksha-portal.jpg
sunbird_cassandra_port: 9042
sunbird_portal_title_name: 'portal'
sunbird_keycloak_client_id: 'portal'
......
......@@ -65,7 +65,6 @@ sunbird_api_mgr_base_url=http://content-service:5000
sunbird_cs_base_url={{sunbird_cs_base_url}}
sunbird_cs_search_path=/v1/content/search
sunbird_env_logo_url={{sunbird_env_logo_url}}
sunbird_user_bulk_upload_size={{sunbird_user_bulk_upload_size}}
sunbird_installation_display_name={{sunbird_installation_display_name}}
......
......@@ -31,6 +31,7 @@ mail_server_host:
mail_server_username: ""
alerts_mailing_list : "" # Comma separated mail list for Alerts; eg: user1@mail.com, user2@mail.com
sunbird_mail_server_from_email: # Email ID that should be as from address in mails
sunbird_env_logo_url # put public url for logo, this logo url will be used in email sending.
# Kibana oauth authorized domains; for accessing kibana dashboard
kibana_oauth_authenticated_email_domains:
......@@ -40,7 +41,7 @@ kibana_oauth_authenticated_email_ids:
- email1
- email2
monitor_alerts_mail_from_email: # From Address for alert mails
sunbird_msg_sender: # SMS from Address; atleast 6 char
sunbird_msg_sender: # SMS from Address; exact 6 char
sunbird_android_app_url: "" # Playstore url of android app; default is subird.org
# NOT MANDATORY VARS
......
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