File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,22 +190,14 @@ database:
190190 username : " "
191191 password : " "
192192 # Configure the following ONLY if using an off-cluster PostgreSQL database
193- postgres :
194- name : " database name"
195- username : " database username"
196- password : " database password"
197- host : " database host"
198- port : " database port"
193+ url : " postgres://USER:PASSWORD@HOST:PORT/NAME"
199194
200195nsqd :
201196 replicas : 1
202- tcp_port : 4150
203- http_port : 4151
204197
205198redis :
206199 # The following parameters are configured only when using an on-cluster Redis instance
207200 replicas : 1
208- port : " 6379"
209201 # The following parameters are configured only when using an off-cluster Redis instance
210202 addrs : " " # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
211203 password : " redis password" # "" == no password
You can’t perform that action at this time.
0 commit comments