diff --git a/config.sample.yml b/config.sample.yml index 75c9a62..b35503b 100644 --- a/config.sample.yml +++ b/config.sample.yml @@ -1,4 +1,10 @@ steamKey: +# 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 @@ -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 \ No newline at end of file + password: notARealPassword