Skip to content

Commit

Permalink
Adding the full twitter settings to the production settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
oppiansteve committed Oct 20, 2009
1 parent bb2727a commit 92aa68c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
DATABASE_PASSWORD = 'ceelness22' # Not used with sqlite3.
DATABASE_HOST = 'localhost' # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.

# the twitter email account of the site
TWITTER_EMAIL = "twitter@oppian.com"
TWITTER_USER = "oppian"
# the password for the account referenced by the twitter email address above
TWITTER_PASSWORD = "deteenee52" # oppian
# the name of the agent making the requests
TWITTER_AGENT_STR = "oppian.com"
# how often to check the tweet status
TWITTER_TIMEOUT = 3600

0 comments on commit 92aa68c

Please sign in to comment.