forked from dylanbai8/bp3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf_base.php
50 lines (50 loc) · 938 Bytes
/
conf_base.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php $config=array (
'init' => false,
'user' =>
array (
'name' => 'bp3',
'pwd' => 'bp3',
'lock' => '3',
'chance' => '3',
),
'site' =>
array (
'title' => 'bp3',
'subtitle' => '免费、开源的网盘程序',
'blog' => 'https://www.52dixiaowo.com',
'github' => 'https://github.com/zhufenghua1998/bp3',
),
'control' =>
array (
'pre_dir' => '',
'pre_link' => 0,
'close_dload' => 0,
'open_grant' => 0,
),
'connect' =>
array (
'app_id' => '',
'secret_key' => '',
'redirect_uri' => '',
),
'identify' =>
array (
'expires_in' => 0,
'conn_time' => 0,
'refresh_token' => '',
'access_token' => '',
'scope' => 'basic netdisk',
),
'basic' =>
array (
'baidu_name' => '',
'netdisk_name' => '',
'uk' => '',
'vip_type' =>'',
),
'baidu' =>
array (
'baidu_account' => '',
'baidu_pwd' => '',
),
);