<pre>
bind: 0.0.0.0:5000                        # address and port to bind onallow-transfers: true                  # allow log file downloadsfollow-names: false                      # allow tailing of not-yet-existent filesrelative-root: /                            # web app root path (default: '')commands: [tail, grep, awk, sed] # allowed commandstail-lines: 10                                # number of lines to tail initiallywrap-lines: true                            # initial line-wrapping state
files:
  - 'Amahi':                                    # it's possible to add sub-sections
      - '/var/log/amahi-app-installer.log'
      - '/var/log/greyhole.log'
      - '/var/log/tailon.log'
  
http-auth: basic                            # enable authentication (optional)users:                                                # password access (optional)
  admin: admin
</pre>