| { | |
| "services": { | |
| "auth": { | |
| "host": "localhost", | |
| "port": 3001, | |
| "protocol": "http" | |
| }, | |
| "redis": { | |
| "host": "localhost", | |
| "port": 6379, | |
| "protocol": "tcp" | |
| }, | |
| "worker": { | |
| "host": "localhost", | |
| "port": null, | |
| "protocol": "internal" | |
| } | |
| } | |
| } | |
| { | |
| "services": { | |
| "auth": { | |
| "host": "localhost", | |
| "port": 3001, | |
| "protocol": "http" | |
| }, | |
| "redis": { | |
| "host": "localhost", | |
| "port": 6379, | |
| "protocol": "tcp" | |
| }, | |
| "worker": { | |
| "host": "localhost", | |
| "port": null, | |
| "protocol": "internal" | |
| } | |
| } | |
| } | |