diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 13:26:32 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 13:26:32 -0500 |
| commit | 719ab6c074c1104a2a8e165486dbbd236ca49e11 (patch) | |
| tree | 3ea28824015b1bf9e674cc9222090ca14ef507d6 /config-example.yml | |
| parent | b7f674cb4e752808d16c314b4b3561d1a3a37e1f (diff) | |
| download | steam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.gz steam-export-719ab6c074c1104a2a8e165486dbbd236ca49e11.tar.xz | |
Allow a default repositoriy to be set in 'config.yml' Minor changes to build script.
Diffstat (limited to 'config-example.yml')
| -rw-r--r-- | config-example.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config-example.yml b/config-example.yml index 6f2837d..01e24e8 100644 --- a/config-example.yml +++ b/config-example.yml @@ -1,7 +1,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" |
