mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix schema url
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user