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
|
#Proxying requests to the app
|
||||||
baseUrl = /
|
baseUrl = /
|
||||||
#Host to bind to
|
#Host to bind to
|
||||||
host = 0.0.0.0
|
host = 127.0.0.1
|
||||||
#Flask server port
|
#Flask server port
|
||||||
port = 7000
|
port = 7000
|
||||||
#Number of logs to display in the dashboard
|
#Number of logs to display in the dashboard
|
||||||
|
|
Loading…
Reference in New Issue