Pi-GPIO-Server
Pi-GPIO-Server copied to clipboard
How to change the connection port
I would like to know if it is possible to change the port that is in 5000 to port 80.
I guess you can edit in file init.py
Just change line: app.port = os.gentenv('PORT', 5000) to your favourite port.