Closed
Bug 843084
Opened 12 years ago
Closed 12 years ago
[bedrock] Add SITE_URL setting
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: bburton)
Details
SITE_URL should be added to settings/local.py for all bedrock environments. It should be in the form:
# Prod
SITE_URL = 'https://www.mozilla.org'
# Stage
SITE_URL = 'https://www.allizom.org'
etc.
Assignee | ||
Comment 1•12 years ago
|
||
Will do this as I'm already working on the SECRET_KEY work
Assignee: server-ops-webops → bburton
Severity: minor → normal
Priority: -- → P5
Assignee | ||
Comment 2•12 years ago
|
||
Pushed with secret key work and confirmed working
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•