-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomfig.yaml
More file actions
40 lines (36 loc) · 714 Bytes
/
comfig.yaml
File metadata and controls
40 lines (36 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
version: '1.0'
nameservers:
production:
host: 0.0.0.0
ns_port: 9090
broadcast: true
ns_bchost: 0.0.0.0
ns_bcport: 9091
ns_autoclean: 0.0
storage: memory
daemons:
lockable:
module: pyrolab.server
classname: LockableDaemon
host: 0.0.0.0
port: 0
unixsocket: null
nathost: null
natport: 0
servertype: thread
nameservers:
- production
services:
thorlabs_pmx_driver:
module: thorlabs_pmx_driver
classname: ThorlabsPMX
description: Driver for Power Meter
instancemode: single
daemon: lockable
nameservers:
- production
autolaunch:
nameservers:
- production
daemons:
- lockable