-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
63 lines (63 loc) · 1.69 KB
/
config.yaml
File metadata and controls
63 lines (63 loc) · 1.69 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
base:
name: FileCodeBox
description: 开箱即用的文件快传系统
keywords: FileCodeBox, 文件快递柜, 口令传送箱, 匿名口令分享文本, 文件
port: 12345
host: 0.0.0.0
datapath: /Users/zhangyi/zy/FileCodeBox/data
production: false
database:
type: sqlite
host: ""
port: 0
name: ./data/filecodebox.db
user: ""
pass: ""
ssl: disable
transfer:
upload:
openupload: 1
uploadsize: 10485760
enablechunk: 0
chunksize: 2097152
maxsaveseconds: 0
download:
enableconcurrentdownload: 1
maxconcurrentdownloads: 10
downloadtimeout: 300
storage:
type: ""
storagepath: ""
s3: null
webdav: null
onedrive: null
nfs: null
user:
allowuserregistration: 1
requireemailverify: 0
useruploadsize: 52428800
userstoragequota: 1073741824
sessionexpiryhours: 168
maxsessionsperuser: 5
jwtsecret: FileCodeBox2025JWT
mcp:
enablemcpserver: 0
mcpport: ""
mcphost: ""
ui:
themes_select: themes/2025
background: ""
page_explain: 请勿上传或分享违法内容。根据《中华人民共和国网络安全法》、《中华人民共和国刑法》、《中华人民共和国治安管理处罚法》等相关规定。 传播或存储违法、违规内容,会受到相关处罚,严重者将承担刑事责任。本站坚决配合相关部门,确保网络内容的安全,和谐,打造绿色网络环境。
robots_text: |-
User-agent: *
Disallow: /
show_admin_addr: 0
opacity: 1
notify_title: ""
notify_content: ""
sys_start: ""
upload_minute: 0
upload_count: 0
error_minute: 0
error_count: 0
expire_style: []