docs: 更正 readme 配置文件格式

This commit is contained in:
Lvc Revincx
2023-09-29 10:49:21 +08:00
committed by GitHub
parent 0065d38893
commit 129905b0f5

View File

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