mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [Flask server] change default host
This commit is contained in:
parent
b2d396d93b
commit
bbf0211d7b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue