Veer15's picture
chore: deploy distributed systems debug environment
b641d3d verified
raw
history blame contribute delete
308 Bytes
{
"services": {
"auth": {
"host": "localhost",
"port": 3001,
"protocol": "http"
},
"redis": {
"host": "localhost",
"port": 6379,
"protocol": "tcp"
},
"worker": {
"host": "localhost",
"port": null,
"protocol": "internal"
}
}
}