14 lines
253 B
TOML
14 lines
253 B
TOML
[release]
|
|
address = "0.0.0.0"
|
|
port = 9346
|
|
|
|
[debug]
|
|
address = "0.0.0.0"
|
|
port = 9346
|
|
# Uncomment to make it production like.
|
|
#log_level = "critical"
|
|
|
|
source_root = "/net/nasx/mnt/storage/aoc/"
|
|
build_root = "/tmp/aocsync/"
|
|
www_root = "/tmp/aocsync-serve/"
|