4484d1e4ef
- Added each service as a submodule for development - Added conventions for naming environment variables - Added required targets in makefiles of services
4 lines
116 B
Bash
4 lines
116 B
Bash
MESSAGE_BUS_HOST=message-bus
|
|
MESSAGE_BUS_PORT=6379
|
|
DATASTORE_WRITER_HOST=datastore-writer
|
|
DATASTORE_WRITER_PORT=8000 |