Skip to content

Commit

Permalink
Isssue #00 fix: updating program variable
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc committed Jun 25, 2020
1 parent f468d49 commit 6044213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/stack-sunbird/templates/sunbird_program.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sunbird_base_url={{ sunbird_program_base_url }}
sunbird_api_auth_token={{ sunbird_api_auth_token }}
sunbird_program_port= 6000
sunbird_program_port=6000
sunbird_service_log_level=info
sunbird_program_db_user={{ dock_postgres_user }}
sunbird_program_db_host={{ dock_postgres_host }}
Expand All @@ -12,8 +12,8 @@ dock_base_url={{ dock_base_url }}
dock_channel={{ dock_channel }}
learning_service_url={{ sunbird_content_repo_api_base_url }}
opensaber_service_url={{ sunbird_opensaber_service_url}}
telemetry_service_endpoint='v1/telemetry'
telemetry_service_host="http://telemetry-service:9001"
telemetry_service_endpoint=v1/telemetry
telemetry_service_host=http://telemetry-service:9001
sunbird_kafka_host={{groups['sunbird-processing-cluster-kafka']|join(':9092,')}}:9092
sunbird_auto_creation_topic={{ sunbird_auto_creation_topic }}
dock_redis_host={{groups['redis1'][0]}}
Expand Down

0 comments on commit 6044213

Please sign in to comment.