2024-01-26 05:07:42 +00:00
|
|
|
id = "example-region"
|
|
|
|
|
2024-01-26 08:04:34 +00:00
|
|
|
# [[locations]]
|
|
|
|
# id = "example-websocket"
|
|
|
|
# host = ["localhost:8000"]
|
|
|
|
# path = ["/ws"]
|
|
|
|
# [[locations.destinations]]
|
|
|
|
# id = "example-websocket-destination"
|
|
|
|
# uri = "http://localhost:8765"
|
2024-01-26 05:07:42 +00:00
|
|
|
|
2024-01-26 07:31:19 +00:00
|
|
|
# [[locations]]
|
|
|
|
# id = "example-warden"
|
|
|
|
# host = ["localhost:4321"]
|
|
|
|
# path = ["/"]
|
|
|
|
# [[locations.destinations]]
|
|
|
|
# id = "example-warden-destination"
|
|
|
|
# uri = "http://localhost:4321"
|
2024-01-26 05:13:42 +00:00
|
|
|
|
2024-01-26 07:31:19 +00:00
|
|
|
# [[applications]]
|
|
|
|
# id = "example-warden-app"
|
|
|
|
# workdir = "test/data/warden"
|
|
|
|
# command = ["node", "dist/server/entry.mjs"]
|
|
|
|
# environment = ["PUBLIC_CMS=https://smartsheep.studio"]
|
2024-01-26 05:13:42 +00:00
|
|
|
|
2024-01-26 05:19:31 +00:00
|
|
|
[[locations]]
|
2024-01-26 08:04:34 +00:00
|
|
|
id = "example"
|
2024-01-26 05:19:31 +00:00
|
|
|
host = ["localhost:8000"]
|
2024-01-26 07:31:19 +00:00
|
|
|
path = ["/"]
|
2024-01-26 05:19:31 +00:00
|
|
|
[[locations.destinations]]
|
2024-01-26 08:04:34 +00:00
|
|
|
id = "example-destination"
|
2024-01-30 16:57:47 +00:00
|
|
|
uri = "https://example.com"
|
|
|
|
helmet = { x_frame_options = "SAMEORIGIN" }
|