mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-02-03 00:38:40 +08:00
20 lines
380 B
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"
|
|
}
|
|
}
|