RoadSign/config/example.json
LittleSheep a64e7499bc
All checks were successful
release-nightly / build-docker (push) Successful in 58s
🐛 Bug fixes
2023-11-25 23:56:55 +08:00

20 lines
275 B
JSON

{
"name": "Example Site",
"rules": [
{
"host": [
"localhost"
],
"path": [
"/"
]
}
],
"upstreams": [
{
"id": "example",
"name": "Example Upstream",
"uri": "files://./test/benchmark/data"
}
]
}