File size: 308 Bytes
b641d3d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"services": {
"auth": {
"host": "localhost",
"port": 3001,
"protocol": "http"
},
"redis": {
"host": "localhost",
"port": 6379,
"protocol": "tcp"
},
"worker": {
"host": "localhost",
"port": null,
"protocol": "internal"
}
}
}
|