aboutsummaryrefslogtreecommitdiff
path: root/steam-export-example.yml
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-01-16 17:44:39 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-01-16 17:44:39 -0500
commitd4237470e32ce36dd7e0ea88cc274ec5311d69cc (patch)
tree6d9e1946b515cbd2e01740e4c550eda1ab3c2baa /steam-export-example.yml
parentbd0f5a14ed571fab5dba176a1e9c9c1a9d5b2a2c (diff)
downloadsteam-export-d4237470e32ce36dd7e0ea88cc274ec5311d69cc.tar.gz
steam-export-d4237470e32ce36dd7e0ea88cc274ec5311d69cc.tar.xz
Renamed default example config file
Diffstat (limited to 'steam-export-example.yml')
-rw-r--r--steam-export-example.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/steam-export-example.yml b/steam-export-example.yml
new file mode 100644
index 0000000..fd81fb7
--- /dev/null
+++ b/steam-export-example.yml
@@ -0,0 +1,13 @@
+---
+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"
+
+# This defaults to:
+# Only change this if your default Steam library is different than the Steam default
+# DefaultRepository: "/usr/mitch/SteamGames/steamapps"
+# DefaultRepository: "Z:\\SteamGames\\steamapps"