fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Path to the fst log file.
2 log: '/opt/fst/fst/log/fst.log'
3 # Settings for the metrics server.
4 metrics:
5 enable: Yes
6 host: 127.0.0.1
7 port: 3000
8 timeout: 250
9 store: '/opt/fst/fst/store/sync-metrics.json'
10 wwwport: 1337
11 wwwroot: '/opt/fst/fst-wwwroot'
12 users:
13 - id: 1
14 username: demo
15 password: demo
16 displayName: demo
17 emails:
18 - value: demo@demo.net
19  
20  
21 # Settings for the distribution server.
22 distribution:
23 timeout: 250
24 reconnect: 60000
25 port: 1111
26 socket: '/var/run/fst-distribution.sock'
27 peerSyncInterval: 60000
28 # The directory where the action directories are to be found.
29 # Action directories have the naming convention: <action>.d
30 action_directory: /opt/fst/fst/action
31 # A shared secret amongst peers.
32 secret: 'h0g@ba'
33 # A list of IP addresses or hostnames for peers to distribute to.
34 peers: '/opt/fst/fst/sync-peers.txt'