fst – Rev 1

Subversion Repositories:
Rev:
# 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'