initial import
This commit is contained in:
19
rq/etc/config.json
Normal file
19
rq/etc/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user