add port settings
This commit is contained in:
parent
6da1c4de0d
commit
7cd73740b4
@ -114,3 +114,6 @@ def dash_bb():
|
||||
def dash_loc():
|
||||
return get_loc_data()
|
||||
#return render_template('index.html', data = str(get_data()))
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug = True, port=dash_port)
|
||||
|
@ -25,3 +25,5 @@ Settings for web dashboard.
|
||||
dashboard_title = 'HBLink3 D-APRS Dashboard'
|
||||
# Logo used on dashboard page
|
||||
logo = 'https://raw.githubusercontent.com/kf7eel/hblink3/gps/HBlink.png'
|
||||
# Port to run server
|
||||
dash_port = 8092
|
||||
|
Loading…
Reference in New Issue
Block a user