cl0udninja / raspberrypi.monitor

Pi4j system information over Rest API
3 stars 3 forks source link

Run on different port then 8080 #6

Open sgrayban opened 4 years ago

sgrayban commented 4 years ago

Anyway to get this to run on a different port then 8080?

cl0udninja commented 4 years ago

In the application.properties file add a line with the key server.port=1111 to make it run on port 1111 and recompile. Or at runtime java -Dspring.port=1111 -jar app.jar you can provide as an input.

On Thu, May 21, 2020, 12:00 AM Scott Grayban notifications@github.com wrote:

Anyway to get this to run on a different port then 8080?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cl0udninja/raspberrypi.monitor/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD24ZIXPX5EKNOCUZTFLF4DRSTGQLANCNFSM4NGTCAZQ .