NERDDISCO / luminave

Operate all the lights with your web browser and create stunning visual experiences.
MIT License
76 stars 8 forks source link

Make server port configurable #31

Closed KevinGimbel closed 6 years ago

KevinGimbel commented 6 years ago

This Pull Request adds a "-port" flag to the server program to allow setting a port. The default is still "1337" and the flag is optional. If no flag is provided the server will use port 1337.

The Cert & Key for SSL also use the new port.