aocsync/Rocket.toml

15 lines
592 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"
build_root = "/tmp/aocsync/"
www_root = "/tmp/aocsync-serve/"
repos = { akramer = { url = "https://github.com/akramer/aoc2022", name = "aoc2022", branch = "main" }, ggriffiniii = { url = "https://github.com/ggriffiniii/aoc2022", name = "aoc2022", branch = "main" }, wathiede = { url = "https://github.com/wathiede/advent", name = "advent/2022", branch = "master", first_commit = "bc3feabb4669b7ad8167398a4d37eefe68ea0565", subdir = "2022" } }