Skip to content

Commit

Permalink
Added new env var
Browse files Browse the repository at this point in the history
  • Loading branch information
raghupathiguduri authored Jan 4, 2022
1 parent cbd7966 commit 57f88b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/stack-sunbird/templates/ml-projects-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ KAFKA_URL={{ml_project_kafka_url | default(groups['processing-cluster-kafka'][0]

# Kafka consumer group for ML Project Service
KAFKA_GROUP_ID={{ml_project_kafka_group_id | default("ml-project-service")}}

#Kafka topic name for pushing projects
PROJECT_SUBMISSION_TOPIC={{ml_project_submission_topic | default (env_name+".ml.projects.submissions")}}

0 comments on commit 57f88b1

Please sign in to comment.