fix schema url

This commit is contained in:
weishu
2026-01-31 11:06:39 +08:00
parent effe033c4f
commit 8dfc8749eb
+1 -1
View File
@@ -193,7 +193,7 @@ When ENV values are set and not present in settings.json, they are automatically
```json
{
"$schema": "https://hapi.run/schemas/settings.schema.json",
"$schema": "https://hapi.run/docs/schemas/settings.schema.json",
"listenHost": "0.0.0.0",
"listenPort": 3006,
"publicUrl": "https://your-domain.com"