mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-07 06:16:09 +08:00
修改配置文件说明
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user