You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/research/community/static-dir/tencent.qq.connect/conf.js

13 lines
229 B
JavaScript

function enable_auth(){
return true;
}
function get_system_title(){
return 'SRS';
}
function get_qq_oauth_app_id(){
return 'xxxxxx';
}
function get_qq_oauth_redirect_url(){
return 'http://xxxxxx/callback.html';
}