Make sure the daemon starts up in the right directory to access the certs file.
This commit is contained in:
parent
9436ae3941
commit
1bbcd91ae0
2 changed files with 4 additions and 2 deletions
|
@ -209,4 +209,4 @@ def health_check():
|
|||
|
||||
if __name__ == '__main__':
|
||||
logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT)
|
||||
app.run(host='0.0.0.0', port=5002)
|
||||
app.run(host='0.0.0.0', port=5002, threaded=True)
|
||||
|
|
Reference in a new issue