1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00
文件
tunasync/tests/manager.conf
2016-04-30 16:43:47 +08:00

16 行
208 B
TOML

debug = false
[server]
addr = "127.0.0.1"
port = 12345
ssl_cert = "manager.crt"
ssl_key = "manager.key"
[files]
db_type = "bolt"
db_file = "/tmp/tunasync/manager.db"
ca_cert = "rootCA.crt"
# vim: ft=toml