From 412b09ee6a62b7c97858c9af03c526c3ab30cba0 Mon Sep 17 00:00:00 2001 From: anuj <anujtech46> Date: Thu, 5 Oct 2017 12:28:32 +0530 Subject: [PATCH] Issue #SB-31 Fix: Update setup file --- setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.md b/setup.md index 78eac8e..8017950 100644 --- a/setup.md +++ b/setup.md @@ -7,6 +7,14 @@ * ekstep_api_base_url: ekstep API base url. e.g.: https://qa.ekstep.in or https://api.ekstep.in * ekstep_api_key: API key for the above ekstep URL * ekstep_proxy_base_url: ekstep proxy base url. e.g.: https://qa.ekstep.in or https://community.ekstep.in +* learner_service_base_url: Learner service API base url e.g.: https://dev.open-sunbird.org/api +* learner_service_api_key: API key for learner service +* sb_keycloak_authServerUrl: Sunbird keycloak server auth url e.g.: https://dev.open-sunbird.org/auth +* sb_keycloak_realm: Sunbird keycloak realm e.g.: sunbird +* sb_keycloak_clientId: Sunbird keycloak client id e.g: portal +* sb_keycloak_public: Sunbird keycloak public e.g.: true +* sb_cache_store: Sunbird cache store e.g.: memory +* sb_cache_ttl: Sunbird cachec time to live e.g.: 1800ms ##Setup Instructions * Clone the project. -- GitLab