Unverified Commit cf21dce2 authored by Kartheek Palla's avatar Kartheek Palla Committed by GitHub
Browse files

Issue SB-26880 feat: contextual help config (#3085)

Showing with 4 additions and 0 deletions
+4 -0
......@@ -802,3 +802,6 @@ dock_program_service_url: "http://program-service:6000/"
#master category validation enabled
master_category_validation_enabled: "Yes"
#sourcing portal
contextual_help_config: '{"sourcing":{"manageUsers":{"url":"/sourcing/help","header":"Inviting users will allow you to assign them roles for projects","message":"You can invite users to your organization by clicking on Invite Users and sharing an invitation link with them"}},"contribute":{"manageUsers":{"url":"/contribute/help","header":"Inviting users will allow you to assign them roles for projects","message":"You can invite users to your organization by clicking on Invite Users and sharing an invitation link with them"}}}'
......@@ -27,3 +27,4 @@ learner_service_url=http://player:3000/learner
CORE_INGRESS_GATEWAY_IP={{ core_private_ingressgateway_ip | d(private_ingressgateway_ip) }}
sunbird_google_oauth_client_email={{ sunbird_google_oauth_client_email }}
sunbird_google_oauth_private_key={{ sunbird_google_oauth_private_key }}
sunbird_contextual_help_config={{ contextual_help_config }}
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