Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup sample config file #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions config.js.sample
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
// Please set the configuration below
module.exports = {
sampleConfig: true // REMOVE THIS LINE BEFORE RUNNING

screeps: {
username: 'screepsUsernameHere',
password: 'screepsPasswordHere',
method: 'memory.stats', // Valid Options: 'console' 'memory.stats'
// segment: 99 // Uncomment this line and specify segment id if you're placing stats into segment
// segment: 99, // Uncomment this line and specify segment id if you're placing stats into segment
shard: 'shard0'
},
service: {
url: 'https://screepspl.us',
token: 'apitoken' // Token supplied upon account creation
},
checkForUpdates: true,
showRawStats: false, // This dumps stats to console on every push if enabled
sampleConfig: true // REMOVE THIS LINE BEFORE RUNNING
showRawStats: false // This dumps stats to console on every push if enabled
}