| 12345678910111213141516171819 |
- # -- Ports ---------------------------------------------------------------------
- # Change these if the default ports conflict with other local services.
- ORCHESTRATOR_PORT=1717
- SEQ_INTERP_PORT=7475
- SPECTROMETER_PORT=8000
- RECONSTRUCTOR_PORT=8081
- SPECTROSCOPY_PORT=8002
- # -- Orchestrator mode ----------------------------------------------------------
- # plug - stub tasks (instant responses, no hardware required)
- # real - live tasks (calls spectrometer at 8000 and reconstructor at 8081)
- ORCHESTRATOR_MODE=plug
- # -- Image versions -------------------------------------------------------------
- ORCHESTRATOR_VERSION=dev
- SEQ_INTERP_VERSION=dev
- SPECTROSCOPY_VERSION=dev
- RECONSTRUCTOR_VERSION=dev
- SPECTROMETER_VERSION=dev
|