aboutsummaryrefslogtreecommitdiff
path: root/config-example.yml
blob: 01e24e845294efd5ac1a19a0281c5fd41e57621c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
listen: 0.0.0.0:9413
# Repositories that you want to expose on the web server
SteamRepositories: 
    # We're ideally looking for the full path to the steamapps folder
    # On windows you're going to escape the slashes
    - "C:\\Program Files (x86)\\Steam\\steamapps"
    # - "/usr/mitch/SteamGames/steamapps"
# optional

# This defaults to:
#   "C:\\Program Files (x86)\\Steam\\steamapps"
#if not set. This doesn't have to be listed in the repository list above
DefaultRepository: "/usr/mitch/SteamGames/steamapps"