Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
⚡ Better default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Jan 26, 2019
1 parent 50ef128 commit 37618b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/_boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ if (!fs.existsSync(settingsFile)) {
keyboard: "en-US",
theme: "tron",
audio: true,
extraAudio: false
extraAudio: false,
pingAddr: "1.1.1.1",
port: 3000,
nointro: false,
allowWindowed: false,
excludeSelfFromToplist: false,
experimentalGlobeFeatures: false,
experimentalFeatures: false
}, 4));
}

Expand Down

0 comments on commit 37618b9

Please sign in to comment.