We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99be726 commit 387f1b6Copy full SHA for 387f1b6
test/travis_settings.py
@@ -199,12 +199,17 @@
199
'sina': {
200
'appkey': '3161614143',
201
'appsecret': 'ee17c099317f872eeddb25204ea46721',
202
- 'callbackurl': 'http://www.lylinux.net/oauth/weibo'
+ 'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=weibo'
203
},
204
'google': {
205
- 'appkey': os.environ.get('GOOGLE_APP_KEY'),
206
- 'appsecret': os.environ.get('GOOGLE_APP_SECRET'),
207
- 'callbackurl': 'http://www.lylinux.net/oauth/googleauthorize'
+ 'appkey': 'googleappkey',
+ 'appsecret': 'googleappsecret',
+ 'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=google'
208
+ },
209
+ 'github': {
210
+ 'appkey': 'githubappkey',
211
+ 'appsecret': 'githubappsecret',
212
+ 'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=github'
213
}
214
215
0 commit comments