Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

[dexter-monitor] Cannot set port for Dexter Monitor #104

Closed KarolAntczak closed 8 years ago

KarolAntczak commented 8 years ago

I'm running Dexter Monitor with following command:

node app.js -p 4982 -database.admin.user=user -database.admin.password=password

However, it always runs on port 4981 instead of 4982.

KarolAntczak commented 8 years ago

My mistake - I forgot "=" in "-p 4982" :)