aboutsummaryrefslogtreecommitdiff
path: root/conf/steam-export-example.yml
diff options
context:
space:
mode:
authorMitchell <mitch@riedstra.dev>2021-03-20 01:37:03 -0400
committerMitchell <mitch@riedstra.dev>2021-03-20 01:37:03 -0400
commitd047c36dd09b6169bf27c244196e99bb5df54c3a (patch)
tree5103e1951bd58bbef54c90a13c199e8d1d866492 /conf/steam-export-example.yml
parent0e62a3b46b25e7c101b14ed44235f3c276982fc0 (diff)
downloadsteam-export-d047c36dd09b6169bf27c244196e99bb5df54c3a.tar.gz
steam-export-d047c36dd09b6169bf27c244196e99bb5df54c3a.tar.xz
Update documentation. Remove all traces of chdir from the steam library. Remove most linter complaints.
Diffstat (limited to 'conf/steam-export-example.yml')
-rw-r--r--conf/steam-export-example.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/conf/steam-export-example.yml b/conf/steam-export-example.yml
deleted file mode 100644
index fd81fb7..0000000
--- a/conf/steam-export-example.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-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"