Navigation Menu

Skip to content

Commit

Permalink
chore: Remove extra colon in redis example URL (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan committed Feb 10, 2021
1 parent 9bfe486 commit 96251fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/project-setup/environment-variables.md
Expand Up @@ -114,7 +114,7 @@ ACTIVE_STORAGE_SERVICE='local'
For development, you can use the following url to connect to redis.
```bash
REDIS_URL='redis:://127.0.0.1:6379'
REDIS_URL='redis://127.0.0.1:6379'
```
To authenticate redis connections made by app server and sidekiq, if it's protected by a password, use the following
Expand Down

0 comments on commit 96251fc

Please sign in to comment.