fst

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 4
/trunk/fst/config.yml.dist
@@ -1,14 +1,21 @@
# Path to the fst log file.
# A path to a file where FST will log events.
log: '/opt/fst/fst/log/fst.log'
# Settings for the metrics server.
metrics:
# Whether to enable the metrics server for this machine.
enable: Yes
# The IP address or hostname where the metrics server will listen for updates.
host: 127.0.0.1
# The port on which the metrics server will listen for updates.
port: 3000
timeout: 250
# The path to a JSON file where metrics shall be stored.
store: '/opt/fst/fst/store/sync-metrics.json'
# The port on which the public metrics frontend server will run.
wwwport: 1337
# A path pointing to the "fst-wwwroot" folder.
wwwroot: '/opt/fst/fst-wwwroot'
# Definition of users able to access the metrics server.
users:
- id: 1
username: demo
@@ -24,11 +31,12 @@
reconnect: 60000
port: 1111
socket: '/var/run/fst-distribution.sock'
# The time interval for synchronizing FST messages.
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.
# A shared secret amongst all FST peers.
secret: 'h0g@ba'
# A list of IP addresses or hostnames for peers to distribute to.
# The path to a file containing a list of IP addresses or hostnames to distribute to.
peers: '/opt/fst/fst/sync-peers.txt'