mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 12:52:45 +00:00
16 lines
207 B
TOML
16 lines
207 B
TOML
debug = true
|
|
|
|
[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
|