Skip to content

Commit

Permalink
Issue #TG-748 feat: Analytics API - redis config changes (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-dixit authored Dec 16, 2020
1 parent c7e9679 commit 7e68d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/stack-sunbird/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ default_channel_id: "in.ekstep"
default_channel: "{{default_org_hash_id}}"
channel_data_exhaust_bucket: dev-data-store
metadata_redis_host: "{{ groups['dp-redis'][0] }}"
metadata_redis_port: 6379
device_db_redis_port: 6379
lp_composite_search_host: "{{ groups['composite-search-cluster'][0] }}"
ingestion_kafka_brokers: "{{groups['ingestion-cluster-kafka']|join(':9092,')}}:9092"
geo_location_city: "{{ env_name }}_geo_location_city"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ metrics.time.interval.min=30
cache.refresh.time.interval.min=1440
redis.host="{{metadata_redis_host}}"
#redis.host="localhost"
redis.port={{ metadata_redis_port }}
redis.port={{ device_db_redis_port }}
#redis.port=__redis_port__
redis.connection.max=20
redis.connection.idle.max=20
Expand Down

0 comments on commit 7e68d75

Please sign in to comment.