Rather than separately specifying protocol and domain name, it might be nice to just keep the current HOSTNAME pref, and have a BASE_URL pref of the form http://ideatown.dev:8000.
While we're at it, it would be good to change the CONTENT_URL to ideatown.dev:8000, instead of localhost:1337/stub-content.
For the sake of consistency, probably should get rid of ALLOWED_ORIGINS, and instead use BASE_URL.
Rather than separately specifying protocol and domain name, it might be nice to just keep the current HOSTNAME pref, and have a BASE_URL pref of the form
http://ideatown.dev:8000
.While we're at it, it would be good to change the CONTENT_URL to
ideatown.dev:8000
, instead oflocalhost:1337/stub-content
.For the sake of consistency, probably should get rid of ALLOWED_ORIGINS, and instead use BASE_URL.