kopia lustrzana https://github.com/jbruce12000/kiln-controller
remove listening_ip and making it static at 0.0.0.0. also changing default port to 8081
rodzic
66c96737a5
commit
30716f3bb5
|
@ -13,8 +13,7 @@ log_level = logging.INFO
|
|||
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
|
||||
|
||||
### Server
|
||||
listening_ip = "0.0.0.0"
|
||||
listening_port = 8082
|
||||
listening_port = 8081
|
||||
|
||||
########################################################################
|
||||
# Cost Information
|
||||
|
|
|
@ -285,7 +285,7 @@ def get_config():
|
|||
|
||||
|
||||
def main():
|
||||
ip = config.listening_ip
|
||||
ip = "0.0.0.0"
|
||||
port = config.listening_port
|
||||
log.info("listening on %s:%d" % (ip, port))
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue