Borrar referencia de WebSocket server / port

This commit is contained in:
alaquepasa
2018-07-02 17:01:06 +02:00
parent 4e8d143774
commit ef81d4f320
2 changed files with 0 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ from platformcode import platformtools, logger
import HTTPAndWSServer
http_port = config.get_setting("server.port")
websocket_port = config.get_setting("websocket.port")
myip = config.get_local_ip()
@@ -44,7 +43,6 @@ def show_info():
print ("--------------------------------------------------------------------")
print ("Alfa Iniciado")
print ("La URL para acceder es http://%s:%s" % (myip, http_port))
print ("WebSocket Server iniciado en ws://%s:%s" % (myip, websocket_port))
print ("--------------------------------------------------------------------")
print ("Runtime Path : " + config.get_runtime_path())
print ("Data Path : " + config.get_data_path())
@@ -72,7 +70,6 @@ def start():
logger.info("--------------------------------------------------------------------")
logger.info("Alfa Iniciado")
logger.info("La URL para acceder es http://%s:%s" % (myip, http_port))
logger.info("WebSocket Server iniciado en ws://%s:%s" % (myip, websocket_port))
logger.info("--------------------------------------------------------------------")
logger.info("Runtime Path : " + config.get_runtime_path())
logger.info("Data Path : " + config.get_data_path())

View File

@@ -3,7 +3,6 @@
<category label="General">
<setting label="Puertos" type="lsep" />
<setting default="8080" id="server.port" label="Puerto HTTP" type="number"/>
<setting default="8081" id="websocket.port" label="Puerto WebSocket" type="number"/>
<setting type="sep"/>
<setting id="default_action" type="enum" lvalues="30006|30007|30008" label="30005" default="0"/>
<setting id="thumbnail_type" type="enum" lvalues="30011|30012|30200" label="30010" default="2"/>