mozilla / idea-town-addon

DEPRECATED: see idea-town repo
https://github.com/mozilla/idea-town/tree/master/addon
Mozilla Public License 2.0
2 stars 4 forks source link

Clean up URL-related prefs #28

Open jaredhirsch opened 9 years ago

jaredhirsch commented 9 years ago

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.