aboutsummaryrefslogtreecommitdiff
path: root/conf/steam-export-example.yml
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-02-04 18:16:22 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-02-04 18:16:22 -0500
commit0e346bf5ad4852db5db82343b2aca5911c38ad00 (patch)
tree5a2528211318da0c550dfb5ca576a0292ed8176b /conf/steam-export-example.yml
parent41752a0cf50735bc29dae18271539719f7b59f7c (diff)
downloadsteam-export-0e346bf5ad4852db5db82343b2aca5911c38ad00.tar.gz
steam-export-0e346bf5ad4852db5db82343b2aca5911c38ad00.tar.xz
Moved the libraries around
Diffstat (limited to 'conf/steam-export-example.yml')
-rw-r--r--conf/steam-export-example.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/steam-export-example.yml b/conf/steam-export-example.yml
new file mode 100644
index 0000000..fd81fb7
--- /dev/null
+++ b/conf/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"