This commit is contained in:
@@ -43,4 +43,7 @@ def csv_output():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(port=5080, host="0.0.0.0", debug=True)
|
||||
app.run(port=5080,
|
||||
host="0.0.0.0",
|
||||
ssl_context=('ras-dan-01.crt', 'ras-dan-01.key'),
|
||||
debug=True)
|
||||
|
||||
Reference in New Issue
Block a user