summaryrefslogtreecommitdiffstats
path: root/forum_modules/oauthauth/settings.py
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-01 17:37:32 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-01 17:37:32 +0000
commitd01a3ff31d96aaedd9ce8ba38cb5d0cde53584fc (patch)
treebc5cd0632fdb2edbde77a5ea0db2be4cdeaedc59 /forum_modules/oauthauth/settings.py
parent0d29fc79deba22027187ae4627a7c38b3fdef2e4 (diff)
downloadaskbot-d01a3ff31d96aaedd9ce8ba38cb5d0cde53584fc.tar.gz
askbot-d01a3ff31d96aaedd9ce8ba38cb5d0cde53584fc.tar.bz2
askbot-d01a3ff31d96aaedd9ce8ba38cb5d0cde53584fc.zip
New auth system, see the wiki for details.
Diffstat (limited to 'forum_modules/oauthauth/settings.py')
-rwxr-xr-xforum_modules/oauthauth/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/forum_modules/oauthauth/settings.py b/forum_modules/oauthauth/settings.py
new file mode 100755
index 00000000..d503fef6
--- /dev/null
+++ b/forum_modules/oauthauth/settings.py
@@ -0,0 +1,3 @@
+TWITTER_CONSUMER_KEY = "sAAGwWILliIbgbrG37GztQ"
+TWITTER_CONSUMER_SECRET = "AZv0pHTZQaf4rxxZOrj3Jm1RKgmlV4MnYJAsrY7M0"
+