mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
19 lines
316 B
YAML
19 lines
316 B
YAML
redis:
|
|
host: "localhost"
|
|
port: 6379
|
|
mongodb:
|
|
host: "localhost"
|
|
port: 27017
|
|
scibec:
|
|
host: http://localhost
|
|
port: 3030
|
|
beamline: TestBeamline
|
|
service_config:
|
|
abort_on_ctrl_c: False
|
|
enforce_ACLs: False
|
|
file_writer:
|
|
plugin: default_NeXus_format
|
|
base_path: ./
|
|
log_writer:
|
|
base_path: ./
|