Skip to content

Commit a8869f3

Browse files
committed
Fix redis port
1 parent db094e9 commit a8869f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
;; we define :elasticsearch-port and :redis-port with weird names and format
66
;; because that's the the ones Docker exports in linked containers
77
{:dev {:env {:elasticsearch-port "tcp://127.0.0.1:9200"
8-
:redis-port "tcp://127.0.0.1:9300"}}}
8+
:redis-port "tcp://127.0.0.1:6379"}}}

0 commit comments

Comments
 (0)