fst

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 1
/trunk/fst/config.yml
@@ -0,0 +1,34 @@
# Path to the fst log file.
log: '/opt/fst/fst/log/fst.log'
# Settings for the metrics server.
metrics:
enable: Yes
host: 127.0.0.1
port: 3000
timeout: 250
store: '/opt/fst/fst/store/sync-metrics.json'
wwwport: 1337
wwwroot: '/opt/fst/fst-wwwroot'
users:
- id: 1
username: demo
password: demo
displayName: demo
emails:
- value: demo@demo.net
 
 
# Settings for the distribution server.
distribution:
timeout: 250
reconnect: 60000
port: 1111
socket: '/var/run/fst-distribution.sock'
peerSyncInterval: 60000
# The directory where the action directories are to be found.
# Action directories have the naming convention: <action>.d
action_directory: /opt/fst/fst/action
# A shared secret amongst peers.
secret: 'h0g@ba'
# A list of IP addresses or hostnames for peers to distribute to.
peers: '/opt/fst/fst/sync-peers.txt'