Skip to content

Commit

Permalink
Merge pull request #80 from ServiceCanada/duboisp-patch-2
Browse files Browse the repository at this point in the history
Fix docs for REDIS_ENV env variable
  • Loading branch information
duboisp authored Apr 12, 2022
2 parents db10cba + df925ee commit 3b1767d
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 @@ -127,7 +127,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_ENV` Set environment value for Redis. Default: `stage` and `prod` which would leverage the redis-sentinel in production environment
* `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`
Expand Down

0 comments on commit 3b1767d

Please sign in to comment.