Use 0.0.0.0 to allow remote access (useful for mobile debugging)
This commit is contained in:
parent
15cab52d54
commit
263373bccd
|
@ -3,7 +3,7 @@
|
|||
"debug": true,
|
||||
"use_reloader": true,
|
||||
"threaded": true,
|
||||
"host": "127.0.0.1",
|
||||
"host": "0.0.0.0",
|
||||
"port": 80
|
||||
},
|
||||
"disable-static-cache": true
|
||||
|
|
Loading…
Reference in New Issue
Block a user