mirror of https://github.com/CIRCL/AIL-framework
fix: [Flask server] change default host
parent
b2d396d93b
commit
bbf0211d7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue