Skip to content

Commit

Permalink
Merge pull request #79 from ServiceCanada/duboisp-patch-1
Browse files Browse the repository at this point in the history
Documentation - Clarified REDIS_URI instruction
  • Loading branch information
duboisp authored Apr 6, 2022
2 parents a1cda4b + 0d32901 commit db10cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Note: We need to set the Service ID associated to the topic details (field: `nSe

### REDIS Default Configuration
* `REDIS_ENV` Set environment value for Redis. Default: `stage` and `production` which would leverage the redis-sentinel in production environment
* `REDIS_URI` Redis URI. Default: `x-notify-redis`
* `REDIS_URI` Redis URI, the alias or the IP of the server host. Default: `x-notify-redis`
* `REDIS_PORT` Port of Redis server. Default: `6379`
* `REDIS_SENTINEL_1_URI` Redis Sentinel 1 URI. Default: `127.0.0.1`
* `REDIS_SENTINEL_1_PORT` Redis Sentinel 1 PORT. Default: `26379`
Expand Down

0 comments on commit db10cba

Please sign in to comment.