carga_gtfs/debug.sh

9 lines
206 B
Bash
Raw Normal View History

2023-03-01 14:18:49 -03:00
#!/bin/bash
#HOST='0.0.0.0' # Permite la conexión remota
HOST='127.0.0.1' #Permite solo conexiones locales
PORT='8888' # Por defecto elige un puerto al azar.
python3 web-interface/debug.py $HOST $PORT