fix: [Flask server] change default host

pull/534/head
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
1 changed files with 1 additions and 1 deletions

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