soulseek:
  address: vps.slsknet.org
  port: 2271
  username: changeme
  password: changeme

web:
  authentication:
    disabled: false
    username: admin
    password: changeme

http:
  host: 0.0.0.0
  port: 5030

https:
  enabled: true
  port: 5031
  cert:  /app/data/cert.pem
  key:   /app/data/key.pem

listenPort: 50300
remoteConfiguration: true

paths:
  data:       /app/data
  downloads:  /app/data/downloads
  incomplete: /app/data/incomplete

shares:
  directories:
    - '/app/data/downloads'
  filters:
    - \.ini$
    - Thumbs.db$
    - \.DS_Store$
    - \.bak$
    - \.sync-conflict*$
    - \.trashed*$
    - \.nfo*$
    - \.st*$
    - \.txt$
    - \.csv$
    - \.torrent$