Skip to content

Commit

Permalink
Use default Redis DB in development
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Jul 11, 2023
1 parent 82210ca commit 4d0f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RACK_ENV=development
PORT=4567
REDIS_URL=redis://localhost:6379/1
REDIS_URL=redis://localhost:6379/0

0 comments on commit 4d0f7e7

Please sign in to comment.