Skip to content

Commit

Permalink
did not mean to commit this ssl config for the dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Feb 22, 2024
1 parent 6745c6d commit 6c3061b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/cnaas_nms/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@ def thread_websocket_events():
t_websocket_events = threading.Thread(target=thread_websocket_events)
t_websocket_events.start()

app.socketio.run(
get_app(),
debug=True,
host=api_settings.HOST,
certfile="/home/johanmarcusson/python/cnaas-nms/ssl/cert.pem",
keyfile="/home/johanmarcusson/python/cnaas-nms/ssl/key.pem",
)
app.socketio.run(get_app(), debug=True, host=api_settings.HOST)
stop_websocket_threads = True
t_websocket_events.join()

Expand Down

0 comments on commit 6c3061b

Please sign in to comment.