Skip to content

Commit

Permalink
Revert "Revert "[bug 825610] Add pyOpenSSL to compiled requirements.""
Browse files Browse the repository at this point in the history
This reverts commit 603d15f.
  • Loading branch information
rlr committed Feb 7, 2013
1 parent 026ac0d commit ddc97f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/compiled.txt
Expand Up @@ -2,3 +2,4 @@ MySQL-python==1.2.3c1
Jinja2==2.5.2
PIL==1.1.7
lxml==2.2.6
pyOpenSSL==0.13
6 changes: 6 additions & 0 deletions settings.py
Expand Up @@ -955,13 +955,19 @@ def read_only_mode(env):
CHAT_SERVER = 'https://chat-support.mozilla.com:9091'
CHAT_CACHE_KEY = 'sumo-chat-queue-status'

# Webtrends settings.
WEBTRENDS_PROFILE_ID = 'ABC123' # Profile id for SUMO
WEBTRENDS_WIKI_REPORT_URL = 'https://example.com/see_production.rst'
WEBTRENDS_USER = r'someaccount\someusername'
WEBTRENDS_PASSWORD = 'password'
WEBTRENDS_EPOCH = date(2010, 8, 1) # When WebTrends started gathering
# stats on the KB

# Google Analytics settings.
GA_KEY = 'longkey' # Google API client key
GA_ACCOUNT = 'something@developer.gserviceaccount.com' # Google API Service Account email address
GA_PROFILE_ID = '12345678' # Google Analytics profile id for SUMO prod

MOBILE_COOKIE = 'msumo'
MOBILE_USER_AGENTS = 'android|fennec|mobile|iphone|opera (?:mini|mobi)'

Expand Down

0 comments on commit ddc97f3

Please sign in to comment.