diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 17:35:36 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-01-16 17:35:36 -0500 |
| commit | 5078083aa80279724f834305ca52946c7114b2ca (patch) | |
| tree | 4022334cc6bf251a9c8bc10e46e16bb0a87a37c3 /config-example.yml | |
| parent | 6074026163c8d8e03c5f4a3b72067328e1ab78c5 (diff) | |
| download | steam-export-5078083aa80279724f834305ca52946c7114b2ca.tar.gz steam-export-5078083aa80279724f834305ca52946c7114b2ca.tar.xz | |
Pull default configuration into the application, add an edit command
Diffstat (limited to 'config-example.yml')
| -rw-r--r-- | config-example.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config-example.yml b/config-example.yml index 01e24e8..fd81fb7 100644 --- a/config-example.yml +++ b/config-example.yml @@ -1,14 +1,13 @@ --- listen: 0.0.0.0:9413 # Repositories that you want to expose on the web server -SteamRepositories: +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" +# Only change this if your default Steam library is different than the Steam default +# DefaultRepository: "/usr/mitch/SteamGames/steamapps" +# DefaultRepository: "Z:\\SteamGames\\steamapps" |
