-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmsn.yaml
43 lines (38 loc) · 940 Bytes
/
smsn.yaml
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
41
42
43
# Default Semantic Synchrony configuration
version: ${project.version}
services:
broadcast:
host: 255.255.255.255
port: 42000
interval: 5000
pubSub:
port: 42001
osc:
port: 42002
# Comment this out to use a single transaction per read;
# this ensures consistency in the case of failure, but is memory-intensive
transactionBufferSize: 100
# The activity log is a flat file to which a stream
# of view and edit operations are recorded. Move or mount it to a permanent location.
activityLog: /mnt/smsn-data/activity.log
sources:
-
location: /mnt/smsn-data/vcs/private
name: private
code: a
color: 0xff0000
-
location: /mnt/smsn-data/vcs/personal
name: personal
code: s
color: 0xffc000
-
location: /mnt/smsn-data/vcs/public
name: public
code: d
color: 0x00e000
-
location: /mnt/smsn-data/vcs/universal
name: universal
code: f
color: 0x0000ff