Skip to content

Commit

Permalink
fix: Restore default tile server port to 5005 (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Sep 24, 2021
1 parent 3c41ee3 commit e1b5cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var argv = minimist(process.argv.slice(2), {
default: {
port: 5000,
datadir: path.join(userDataPath, 'kappa.db'),
tileport: 5100,
tileport: 5005,
mapPrinterPort: 5200
},
boolean: ['headless', 'debug'],
Expand Down

0 comments on commit e1b5cd6

Please sign in to comment.