#!/usr/bin/bash FLASK_APP=app BKURL=http://192.168.1.166:8080/statistics/algorithm flask run --host=0.0.0.0 --port=7788