Use 0.0.0.0 to allow remote access (useful for mobile debugging)

This commit is contained in:
Emily 2019-02-12 18:49:25 +01:00
parent 15cab52d54
commit 263373bccd

View File

@ -3,7 +3,7 @@
"debug": true, "debug": true,
"use_reloader": true, "use_reloader": true,
"threaded": true, "threaded": true,
"host": "127.0.0.1", "host": "0.0.0.0",
"port": 80 "port": 80
}, },
"disable-static-cache": true "disable-static-cache": true