fix: [Flask server] change default host

This commit is contained in:
Terrtia 2020-09-04 09:42:34 +02:00
parent b2d396d93b
commit bbf0211d7b
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -40,7 +40,7 @@ sender_user =
#Proxying requests to the app
baseUrl = /
#Host to bind to
host = 0.0.0.0
host = 127.0.0.1
#Flask server port
port = 7000
#Number of logs to display in the dashboard