RoadSign/test/roadsign/config/example.toml

10 lines
188 B
TOML
Raw Permalink Normal View History

2024-10-02 15:12:52 +00:00
id = "static-files"
[[locations]]
id = "static-files-loc"
hosts = ["localhost:8000"]
paths = ["/"]
[[locations.destinations]]
id = "static-files-des"
uri = "files://../data/static-files"