Skip to content

Commit

Permalink
chore(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
401U committed Jan 18, 2024
1 parent 4749b0b commit d1169e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
// 此MCDR实例的挂载标识
"mount_name": "MountDemo",
// 分页大小
"list_size": 15
"list_size": 15,
// 调试模式, 开启后会在控制台输出更多信息
"debug": false
}
```
2. 挂载点配置信息, 储存于挂载点路径下的`mountable.json`中, 配置内的文件路径为MC服务器目录的相对路径
Expand Down
4 changes: 3 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
// Mount-label used to identity this MCDR instance
"mount_name": "MountDemo",
// page size of pagination
"list_size": 15
"list_size": 15,
// debug mode, will print more info
"debug": false
}
```
2. Config for mountable server, stored under mc server with name`mountable.json`, and path in config should relative to mc server folder
Expand Down

0 comments on commit d1169e3

Please sign in to comment.