修改配置文件说明

This commit is contained in:
bjdgyc
2021-07-05 18:12:05 +08:00
parent 66ef639956
commit 31a5337ddf
4 changed files with 15 additions and 15 deletions

View File

@@ -1,16 +1,16 @@
#服务配置信息
#其他配置文件,可以使用绝对路径
#或者相对于server.toml的路径
#或者相对于 anylink 二进制文件的路径
#数据文件
db_file = "./data.db"
db_file = "./conf/data.db"
#证书文件
cert_file = "./vpn_cert.pem"
cert_key = "./vpn_cert.key"
files_path = "./files"
cert_file = "./conf/vpn_cert.pem"
cert_key = "./conf/vpn_cert.key"
files_path = "./conf/files"
#日志目录,为空写入标准输出
#log_path = "../log"
#log_path = "./log"
log_path = ""
log_level = "debug"
pprof = false