Skip to content

Commit

Permalink
Update config.sample.yml with pinnedPackages (#39)
Browse files Browse the repository at this point in the history
Update config.sample.yml with pinnedPackages and include breadcrumbs pointing at ways to fix if they change in the future: #34
  • Loading branch information
kalgen432 authored Sep 13, 2023
1 parent c70064c commit 7a725de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config.sample.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
steamKey: <YourSteamKey>
# Sometimes dependencies change in ways that break screeps-launcher. To work around those issues, some package versions need to be pinned. See the current list in the README at https://github.com/screepers/screeps-launcher/ or the specific issue tracking pinned packages: https://github.com/screepers/screeps-launcher/issues/34
pinnedPackages:
ssri: 8.0.1
cacache: 16.1.3
passport-steam: 1.0.17
minipass-fetch: 3.0.3
env:
shared:
MONGO_HOST: localhost
Expand Down Expand Up @@ -37,4 +43,4 @@ cli: # used for configuring cli client
host: testing.hosting.screepspl.us
port: 443 # https assumed when using 443
username: admin
password: notARealPassword
password: notARealPassword

0 comments on commit 7a725de

Please sign in to comment.