Closed
Bug 1155934
Opened 10 years ago
Closed 10 years ago
webapp base.py should allow python-decouple override of ALLOWED_HOSTS
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
Right now we can't override ALLOWED_HOSTS using environment variables via python-decouple, we should be able to.
| Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/fb6b4e7468398cf2569a7f99a570f3eabd45012d
fix bug 1155934 - allow overriding ALLOWED_HOSTS with env var via python-decouple
https://github.com/mozilla/socorro/commit/d7e61a8b7963c262bdf4e2fbb1bb50480b506aef
Merge pull request #2741 from rhelmer/bug1155934-override-allowed_hosts-python-decouple
fix bug 1155934 - allow overriding ALLOWED_HOSTS with env var via python...
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•