Skip to content

Commit

Permalink
Merge pull request #34 from graymeta/redis_scheduler
Browse files Browse the repository at this point in the history
redis configuration for the scheduler api
  • Loading branch information
jasonsattler authored Mar 2, 2018
2 parents 47b1586 + d5cb5c7 commit f7c86c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/services/userdata.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ write_files:
gm_front_end_client_secret=${client_secret_fe}
gm_google_maps_key=${google_maps_key}
gm_internal_client_secret=${client_secret_internal}
gm_job_store_redis=${elasticache_services}:6379
gm_job_store_redis_db=0
gm_job_store_redis_key_prefix="jobinfo:"
gm_jwt_private_key=${jwt_key}
gm_recently_walked_redis=${elasticache_services}:6379
gm_recently_walked_redis_db=0
Expand Down

0 comments on commit f7c86c1

Please sign in to comment.