We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db094e9 commit a8869f3Copy full SHA for a8869f3
profiles.clj
@@ -5,4 +5,4 @@
5
;; we define :elasticsearch-port and :redis-port with weird names and format
6
;; because that's the the ones Docker exports in linked containers
7
{:dev {:env {:elasticsearch-port "tcp://127.0.0.1:9200"
8
- :redis-port "tcp://127.0.0.1:9300"}}}
+ :redis-port "tcp://127.0.0.1:6379"}}}
0 commit comments