1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-24 15:04:20 +00:00
srs/trunk/research/community/static-dir/tencent.qq.connect/conf.js

13 lines
229 B
JavaScript
Raw Normal View History

2014-05-23 14:39:13 +00:00
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';
}