diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2016-12-30 22:32:01 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2016-12-30 22:32:01 -0500 |
| commit | 6acceb7b7404f2f71541d8a1cccc4758d1f80735 (patch) | |
| tree | 82eff717ddcd2baeca493fa0b2215e8dd752b612 /config-example.yml | |
| download | steam-export-6acceb7b7404f2f71541d8a1cccc4758d1f80735.tar.gz steam-export-6acceb7b7404f2f71541d8a1cccc4758d1f80735.tar.xz | |
Initial
Diffstat (limited to 'config-example.yml')
| -rw-r--r-- | config-example.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-example.yml b/config-example.yml new file mode 100644 index 0000000..51b32d0 --- /dev/null +++ b/config-example.yml @@ -0,0 +1,6 @@ +--- +listen: 0.0.0.0:9413 +SteamRepositories: + # We're ideally looking for the full path to the steamapps folder + - "C:\Program Files (x86)\Steam\steamapps" + # - "/usr/mitch/SteamGames/steamapps" |
