Skip to content

Commit bd325d5

Browse files
committed
update
1 parent d7b1713 commit bd325d5

File tree

5 files changed

+10
-25
lines changed

5 files changed

+10
-25
lines changed

doc/file.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ ROOT: /tmp/
22
ERROR_LOG: error.log
33
ACCESS_LOG: access.log
44
LISTEN: 127.0.0.1:9191
5+
PUSH: true
6+
POSH_BACKUP: false
7+
SHOW_ALL: false

doc/readme.md

-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ cd go-fileHttp-mac-v1.3
2323

2424

2525
#### default config
26-
```yaml
27-
ROOT: /tmp/
28-
ERROR_LOG: /tmp/vpn.log
29-
ACCESS_LOG: /tmp/vpn.log
30-
LISTEN: 127.0.0.1:9191
31-
```
32-
3326
| Key | Value |Describe |
3427
| ---------- | :-----------: | :-----------: |
3528
| ROOT_DIR | $HOME | User home directory |

doc/readme_zh.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,15 @@ cd go-fileHttp-mac-v1.3
2121
```
2222

2323
#### 默认配置
24-
```yaml
25-
ROOT: /tmp/
26-
ERROR_LOG: /tmp/vpn.log
27-
ACCESS_LOG: /tmp/vpn.log
28-
LISTEN: 127.0.0.1:9191
29-
```
30-
3124
| Key | Value |Describe |
3225
| ---------- | :-----------: | :-----------: |
3326
| ROOT_DIR | $HOME | 用户家目录 |
3427
| ERROR_LOG | error.log | 日志 |
35-
| ACCESS_LOG | access.log | 访问日志 |
28+
| ACCESS_LOG | access.log | 访问日志 |
3629
| LISTEN | 127.0.0.1:9191 | 监听地址 |
37-
| PUSH | true | 是否允许上传 |
38-
| SHOW_ALL | false | 是否显示隐藏文件或目录 |
39-
| POSH_BACKUP | false | 上传是否备份原有文件 |
30+
| PUSH | true | 允许上传 |
31+
| SHOW_ALL | false | 显示隐藏文件或目录 |
32+
| POSH_BACKUP | false | 上传时备份原有文件 |
4033

4134

4235
### 请求头参数

file.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ ROOT: /tmp/
22
ERROR_LOG: error.log
33
ACCESS_LOG: access.log
44
LISTEN: 127.0.0.1:9191
5+
PUSH: true
6+
POSH_BACKUP: false
7+
SHOW_ALL: false

readme.md

-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ cd go-fileHttp-mac-v1.3
2323

2424

2525
#### default config
26-
```yaml
27-
ROOT: /tmp/
28-
ERROR_LOG: /tmp/vpn.log
29-
ACCESS_LOG: /tmp/vpn.log
30-
LISTEN: 127.0.0.1:9191
31-
```
32-
3326
| Key | Value |Describe |
3427
| ---------- | :-----------: | :-----------: |
3528
| ROOT_DIR | $HOME | User home directory |

0 commit comments

Comments
 (0)