16 lines
489 B
TOML
16 lines
489 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/github/"
|
|
build_root = "/tmp/aocsync/"
|
|
www_root = "/tmp/aocsync-serve/"
|
|
|
|
repos = { akramer = { name = "aoc2022", branch = "main" }, ggriffiniii = { name = "aoc2022", branch = "main" }, wathiede = { name = "advent/2022", branch = "master", first_commit = "bc3feabb4669b7ad8167398a4d37eefe68ea0565" } }
|