... | ... | @@ -48,6 +48,8 @@ All of these options are optional and have default values that can be overwritte |
|
|
| `"check_interval"` | `120` |
|
|
|
| `"no_frontend"` | `false` |
|
|
|
| `"frontend_path"` | `../frontend/build` |
|
|
|
| `"frontend_title"` | `Service Status` |
|
|
|
| `"frontend_logo_path"` | `logo.png` |
|
|
|
| `"allowed_api_keys"` | `[]` |
|
|
|
|
|
|
The `"no_frontend"` option is used to prevent the backend to serve any HTML. This can be useful if you want to build your own frontend on top of the API.
|
... | ... | |