mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
Changing default port
This commit is contained in:
@@ -70,7 +70,7 @@ function setUpParams() {
|
||||
.option('p', {
|
||||
alias: 'port',
|
||||
description: 'listening port',
|
||||
default: 18000
|
||||
default: 18002
|
||||
})
|
||||
.option('k', {
|
||||
alias: 'key',
|
||||
|
||||
Reference in New Issue
Block a user