Skip to content

Commit

Permalink
Added correct steam_api_key enviroemnt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen committed Feb 11, 2024
1 parent 47d648f commit 670bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ console.log('START')
// )

const cmdString = `npx screeps-performance-server --maxTickCount=${argv.maxTicks || 20000} --maxBots=10 --botFilePath=${botPath} --steamKey=${
process.env.STEAM_KEY
process.env.STEAM_API_KEY
} --discordWebHookUrl=${process.env.EXPORT_DISCORD_WEBHOOK_URL} --pasteBinUrlDevKey=${process.env.EXPORT_PASTEBIN_KEY} --serverPort=${ports.serverPort} --cliPort=${ports.cliPort} --force ${
argv.debug ? '--debug' : ''
} --deleteLogs --tickDuration=${argv.tickDuration || 250} --logFilter='Error:'`;
Expand Down

0 comments on commit 670bd07

Please sign in to comment.