RoadSign/config/example.toml
LittleSheep 09c4800143
All checks were successful
release-nightly / build-docker (push) Successful in 2m37s
Add Helmet & Watermark
2024-01-31 00:57:47 +08:00

32 lines
768 B
TOML

id = "example-region"
# [[locations]]
# id = "example-websocket"
# host = ["localhost:8000"]
# path = ["/ws"]
# [[locations.destinations]]
# id = "example-websocket-destination"
# uri = "http://localhost:8765"
# [[locations]]
# id = "example-warden"
# host = ["localhost:4321"]
# path = ["/"]
# [[locations.destinations]]
# id = "example-warden-destination"
# uri = "http://localhost:4321"
# [[applications]]
# id = "example-warden-app"
# workdir = "test/data/warden"
# command = ["node", "dist/server/entry.mjs"]
# environment = ["PUBLIC_CMS=https://smartsheep.studio"]
[[locations]]
id = "example"
host = ["localhost:8000"]
path = ["/"]
[[locations.destinations]]
id = "example-destination"
uri = "https://example.com"
helmet = { x_frame_options = "SAMEORIGIN" }