Im am currently using web2py's request.env.http_host value to differentiate between my developement environment, and my live site.
However, when I run my app in the bash console on Pythonanywhere, the request.env.http_host value is 127.0.0.1:8000, which is the same as my development computer. Is there anyway to differentiate between the http_host in the bash console on Pythonanywhere, and my local computer at home?