Skip to content

Commit

Permalink
SB-22950:Update portal env config (#2209)
Browse files Browse the repository at this point in the history
* SB-22950:Update portal env config

* SB-22950: change player service env var
  • Loading branch information
sknirmalkar89 authored Feb 4, 2021
1 parent 6b31223 commit b03455d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ sunbird_otp_allowed_attempt={{sunbird_otp_allowed_attempt|default(2)}}
SUNBIRD_KAFKA_URL={{kafka_urls}}
ENV_NAME={{env_name}}
notification_service_base_url=http://notification-service:9000
form_api_endpoint={{form_api_endpoint | default('/api/data/v1/form/read')}}
form_api_base_url={{sunbird_portal_base_url}}
# Release-3.4.0
feed_limit={{feed_limit | default(30)}}

Expand All @@ -123,3 +121,7 @@ accesstoken.publickey.basepath={{learner_device_basepath | default('/keys/')}}
## Captcha keys ##
google_captcha_private_key={{google_captcha_private_key | default("")}}
google_captcha_mobile_private_key={{google_captcha_mobile_private_key | default("")}}
PORTAL_SERVICE_PORT=http://player.{{namespace}}.svc.cluster.local:3000
form_api_endpoint={{form_api_endpoint | default('/plugin/v1/form/read')}}


0 comments on commit b03455d

Please sign in to comment.