RoadSign/config/example.json

20 lines
275 B
JSON
Raw Normal View History

2023-11-16 15:06:59 +00:00
{
"name": "Example Site",
"rules": [
{
2023-11-17 16:23:40 +00:00
"host": [
"localhost"
],
"path": [
2023-11-17 17:50:16 +00:00
"/"
2023-11-17 16:23:40 +00:00
]
2023-11-16 15:06:59 +00:00
}
],
"upstreams": [
{
2023-11-18 06:30:35 +00:00
"id": "example",
2023-11-16 15:06:59 +00:00
"name": "Example Upstream",
2023-11-25 15:56:55 +00:00
"uri": "files://./test/benchmark/data"
2023-11-17 16:23:40 +00:00
}
2023-11-16 15:06:59 +00:00
]
}