Skip to content
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
}