35 lines
730 B
PHP
Raw Normal View History

2019-01-26 18:04:33 +08:00
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/12/28
* Time: 11:21
*/
return [
'default' => 'qq',
'qq' => [
2019-04-05 23:10:36 +08:00
'app_id' => '',
'app_secret' => '',
2019-01-26 18:04:33 +08:00
'redirect_url' => 'http://127.0.0.1:8000/oauth',
],
'weibo' => [
2019-04-05 23:10:36 +08:00
'app_id' => '',
'app_secret' => '',
2019-01-26 18:04:33 +08:00
'redirect_url' => 'http://www.rllady.com/home/index/sinaLogin',
],
'github' => [
2019-04-05 23:10:36 +08:00
'app_id' => '',
'app_secret' => '',
2019-01-26 18:04:33 +08:00
'redirect_url' => 'http://127.0.0.1:8000/oauth',
],
'wx' => [
2019-04-05 23:10:36 +08:00
'app_id' => '',
'app_secret' => '',
2019-01-26 18:04:33 +08:00
'redirect_url' => 'http://127.0.0.1:8000/oauth',
2019-04-05 23:10:36 +08:00
'scope' => '',
2019-01-26 18:04:33 +08:00
],
];