You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/rq/etc/config.json

20 lines
380 B
JSON

{
"Log": {
"Access": "logs/access.log",
"Error": "logs/error.log",
"Stat": "logs/stat.log"
},
"MetricsUrl": "http://localhost:2222/add",
"Redis": {
"Host": "localhost:6379",
"Type": "node",
"Key": "reqs"
},
"Etcd": {
"Hosts": [
"localhost:2379"
],
"EtcdKey": "rq"
}
}