mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs community
This commit is contained in:
parent
0eb9e0af5b
commit
cf7b6f25f6
10 changed files with 9846 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue