forked from cps-deployments/psi.bec
20 lines
374 B
Django/Jinja
20 lines
374 B
Django/Jinja
redis:
|
|
host: {{ ansible_fqdn }}
|
|
port: 6379
|
|
mongodb:
|
|
host: localhost
|
|
port: 27017
|
|
scibec:
|
|
host: http://localhost
|
|
port: 3030
|
|
beamline: MyBeamline
|
|
env_file: {{ bec_path }}
|
|
service_config:
|
|
file_writer:
|
|
plugin: default_NeXus_format
|
|
base_path: {{ file_writer_base_path }}
|
|
log_writer:
|
|
base_path: {{ log_writer_base_path }}
|
|
scilog:
|
|
env_file: ./
|