Revert "docs: 更正 readme 配置文件格式"

This reverts commit 129905b0f5.
This commit is contained in:
Revincx
2023-09-29 10:54:21 +08:00
parent 395784f560
commit 15d9b703e4

View File

@@ -57,8 +57,8 @@ settings:
log:
debug_level: false #打印调试日志
write_file: false #写日志文件
file_path: ./ #日志文件存放目录路径
file_name: "" #指定日志文件名
log_path: ./ #日志文件存放目录路径
log_name: "" #指定日志文件名
ddns: #校园网内网 ip ddns
enable: false
domain: www.example.com
@@ -203,4 +203,4 @@ func main() {
}
}
}
```
```