Skip to content

Commit

Permalink
Issue #000 feat: Adding learner service vars (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjshrjndrn committed Aug 9, 2019
1 parent ffa6eb7 commit f237958
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ sunbird_redis_host={{sunbird_redis_host}}
sunbird_redis_port={{sunbird_redis_port|default(6379)}}
sunbird_user_cert_kafka_servers_config="{{groups['processing-cluster-kafka']|join(':9092,')}}:9092"
sunbird_user_cert_kafka_topic="{{env_name}}.user.cert.raw"
# Release-2.3.0
sunbird_reset_pass_msg={{sunbird_reset_pass_msg | d('You have requested to reset password. Click on the link to set a password: {0}')}}
sunbird_fuzzy_search_threshold={{sunbird_fuzzy_search_threshold | d('0.5')}}

0 comments on commit f237958

Please sign in to comment.